This is the modified ''handlers/page/show.php'' file I use to achieve [[WikkaSkinCustomization the layout as it appears on this site.]] See WikkaSkinCustomization for more information. %% this space is vacant (see top handlers/page/show.php) HTML; if (!$this->HasAccess('read')) { echo '
You aren\'t allowed to read this page.
'; } else { if (!$this->page) { echo '
This page doesn\'t exist yet. Maybe you want to create it?
'; } else { if ($this->page['latest'] == 'N') { echo '
This is an old revision of '.$this->GetPageTag().' from '.$this->page['time'].'.
'; } // ** COMMENT BLOCK (moved ahead of page block) // Sidebar Right Wrapper echo '