Changeset 179 for trunk/trax/vendor/trax/action_controller.php
- Timestamp:
- 03/14/06 16:37:19 (6 years ago)
- Files:
-
- 1 modified
-
trunk/trax/vendor/trax/action_controller.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/trax/vendor/trax/action_controller.php
r178 r179 670 670 $locals['content_for_layout'] = $content_for_layout; 671 671 # render the layout 672 error_log("rendering layout: $layout_file");672 //error_log("rendering layout: $layout_file"); 673 673 if(!$this->controller_object->render_file($layout_file, false, $locals)) { 674 674 # No layout template so just echo out whatever is in $content_for_layout … … 943 943 $this->view_file = $this->views_path . "/" . $action . "." . $this->views_file_extention; 944 944 } 945 error_log(get_class($this)." - render_action() view_file: $this->view_file");945 //error_log(get_class($this)." - render_action() view_file: $this->view_file"); 946 946 return $this->render_file($this->view_file); 947 947 }
