Changeset 210 for trunk/trax/vendor/trax/action_controller.php
- Timestamp:
- 05/29/06 01:36:55 (6 years ago)
- Files:
-
- 1 modified
-
trunk/trax/vendor/trax/action_controller.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/trax/vendor/trax/action_controller.php
r205 r210 1100 1100 $spacer_file = substr(strrchr($spacer_path, "/"), 1); 1101 1101 $spacer_path = substr($spacer_path, 0, strripos($spacer_path, "/")); 1102 $spacer_file_with_file = T RAX_ROOT.$GLOBALS['TRAX_INCLUDES']['views']."/".$spacer_path."/_".$spacer_file.".".Trax::$views_extension;1102 $spacer_file_with_file = Trax::$views_path."/".$spacer_path."/_".$spacer_file.".".Trax::$views_extension; 1103 1103 } else { 1104 1104 $spacer_file = $spacer_path;
