
Untitled
By: a guest on
May 12th, 2012 | syntax:
None | size: 0.52 KB | hits: 15 | expires: Never
<?php
class Utdoa_Controller extends Page_Controller
{
public $siteSection='utdoa';
function isTitleTrueStories()
{
return ($this->Title == "True Stories");
}
function index(){
if($this->Parent->Title == "True Stories") {
return $this->renderWith("TrueStory");
}
else {
return Array();// execution as usual in this case...
}
}
/////////Added:
///////// templates/TrueStory.ss (exactly the same as utdoa.ss)
///////// templates/Layout/TrueStory.ss (with the fake title)