REGISTRATE
Recuperar Clave

Missing Method in GalleriesController

Error: The action www.CalendarioPR.com is not defined in controller GalleriesController

Error: Create GalleriesController::www.CalendarioPR.com() in file: app/controllers/galleries_controller.php.

<?php
class GalleriesController extends AppController {

	var $name = 'Galleries';


	function www.CalendarioPR.com() {

	}

}
?>

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