![]() ![]() |
|
Missing ControllerError: StyleController could not be found. Error: Create the class StyleController below in file: public_html/controllers/style_controller.php
<?php
class StyleController extends AppController {
var $name = 'Style';
}
?>
Notice: If you want to customize this error message, create public_html/views/errors/missing_controller.ctp |
|