*/ class Fishpig_Bolt_Adminhtml_BoltController extends Mage_Adminhtml_Controller_Action { public function indexAction() { } /** * Display the list of all splash pages * * @return void */ public function crawlAction() { echo 'Crawling...'; } }