Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.30 KB | None | 0 0
  1. <?php
  2.  
  3. class MME_Newsevents_IndexController extends Fishpig_Wordpress_Controller_Abstract {
  4.    
  5.     public function indexAction()
  6.     {
  7.         try {
  8.             $this->_init();
  9.             $this->renderLayout();
  10.         }
  11.         catch (Exception $e) {
  12.             $this->_helper()->log($e->getMessage());       
  13.             $this->_forward('noRoute');
  14.         }
  15.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement