ETN.fm

Missing Method in ImagesController

Error: The action tiesto_cookbook_summer.jpg is not defined in controller ImagesController

Error: Create ImagesController::tiesto_cookbook_summer.jpg() in file: app/controllers/images_controller.php.

<?php
class ImagesController extends AppController {

	var $name = 'Images';


	function tiesto_cookbook_summer.jpg() {

	}

}
?>

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