Advertisement
Guest User

Untitled

a guest
Jun 21st, 2014
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.28 KB | None | 0 0
  1. <?php
  2.  
  3. class Events extends Controller {
  4.  
  5.     public function show() {
  6.         $results_info = array();
  7.  
  8.         return $this->customise(
  9.             array('SiteConfig' => SiteConfig::current_site_config())
  10.         )->renderWith(array('Events', 'Page'), $results_info);
  11.     }
  12.  
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement