Notice (8): Undefined variable: logged_in [APP/views/layouts/default.ctp, line 109]

Missing Method in WeddingsController

Error: The action Beautiful_ES_italic_400.font is not defined in controller WeddingsController

Error: Create WeddingsController::Beautiful_ES_italic_400.font() in file: app/controllers/weddings_controller.php.

<?php
class WeddingsController extends AppController {

	var $name = 'Weddings';


	function Beautiful_ES_italic_400.font() {

	}

}
?>

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