Error: The action tab_r.png is not defined in controller ImagesController
Error: Create ImagesController::tab_r.png() in file: app/controllers/images_controller.php.
<?php
class ImagesController extends AppController {
var $name = 'Images';
function tab_r.png() {
}
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp.