Notice (8): Undefined variable: meta_description [APP/views/layouts/default.ctp, line 13] "> Notice (8): Undefined variable: meta_keywords [APP/views/layouts/default.ctp, line 14] "> StarBoots: Missing Method in Controller

Missing Method in MainController

Error: The action skinshop is not defined in controller MainController

Error: Create MainController::skinshop() in file: app/controllers/main_controller.php.

<?php
class MainController extends AppController {

	var $name = 'Main';


	function skinshop() {

	}

}
?>

Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp.