about.item.php
sample view-item page, found at /base-url/about/slug/
<?php
echo "\n\$this->slug: ".$this->slug;
echo "\n\$this->viewName: ".$this->viewName;
echo "\n\$this->action: ".$this->action;
?>
sample view-item page, found at /base-url/about/slug/
<?php
echo "\n\$this->slug: ".$this->slug;
echo "\n\$this->viewName: ".$this->viewName;
echo "\n\$this->action: ".$this->action;
?>