ETN.fm

Missing Method in ImagesController

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

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

<?php
class ImagesController extends AppController {

	var $name = 'Images';


	function etn_buddy.jpg() {

	}

}
?>

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