ETN.fm

Missing Method in ImagesController

Error: The action bt_markus_mike_webflyer.png is not defined in controller ImagesController

Error: Create ImagesController::bt_markus_mike_webflyer.png() in file: app/controllers/images_controller.php.

<?php
class ImagesController extends AppController {

	var $name = 'Images';


	function bt_markus_mike_webflyer.png() {

	}

}
?>

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