Missing Method in LinksController

You are seeing this error because the action Swimlinks.shtml is not defined in controller LinksController

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

Fatal: Confirm you have created the LinksController::Swimlinks.shtml() in file : app/controllers/links_controller.php

<?php
class LinksController extends AppController {
   function Swimlinks.shtml() {
   }

}
?>