Notice (8): Undefined variable: meta_keywords [APP/views/layouts/default.ctp, line 10]
Notice (8): Undefined variable: meta_description [APP/views/layouts/default.ctp, line 12]
Missing Method in Controller // Danone Romania

Missing Method in PagesController

Error: The action linkuri-utile is not defined in controller PagesController

Error: Create PagesController::linkuri-utile() in file: app/controllers/pages_controller.php.

<?php
class PagesController extends AppController {

	var $name = 'Pages';


	function linkuri-utile() {

	}

}
?>

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