cakephp2-php8/cake/tests/cases/libs/view
phpnut 21eb001a96 Refactoring themes/views to use a centralized location instead of allowing plugins to have themes.
The plugin should include all required views/assets, to override these at the application level using themes you would create:
<app_name>/views/themed/<theme_name>/<plugin_name>/<controller_name>/*.ctp

if you are not using themes you can override them at the app view level:
<app_name>/views/<plugin_name>/<controller_name>/*.ctp
2009-11-25 22:29:54 -06:00
..
helpers Merge branch '1.3' of code.cakephp.org:cakephp into 1.3 2009-11-25 08:40:14 -06:00
helper.test.php Standardising docblock endings throughout. 2009-11-14 23:19:25 +11:00
theme.test.php Refactoring themes/views to use a centralized location instead of allowing plugins to have themes. 2009-11-25 22:29:54 -06:00
view.test.php Standardising docblock endings throughout. 2009-11-14 23:19:25 +11:00