Example #1
0
 /**
  * Set the title on the index page
  * @Developer brandon
  * @Date Oct 11, 2010
  */
 public function index()
 {
     meta::set_title('Awesome & Upcoming');
     parent::index();
 }
Example #2
0
 /**
  * Set the title on the index page
  * @Developer brandon
  * @Date Oct 11, 2010
  */
 public function index()
 {
     meta::set_title('Hand Crafted Roasts');
     parent::index();
 }
Example #3
0
 /**
  * Set the title for the blog posts
  * @Developer brandon
  * @Date May 27, 2010
  */
 public function index()
 {
     parent::index();
     meta::set_title('The Blog');
 }