Changeset 167 for trunk/trax/vendor/trax/action_controller.php
- Timestamp:
- 03/09/06 18:39:42 (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
r165 r167 978 978 function determine_layout() { 979 979 # I guess you don't want any layout 980 if(!isset($this->controller_object->layout) 981 || $this->controller_object->layout == "null") { 980 if($this->controller_object->layout == "null") { 982 981 return null; 983 982 }
