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