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 '
There is one comment on this page. '; $showcomments_text = 'Display comment'; break; default: echo '
There are '.count($comments).' comments on this page. '; $showcomments_text = 'Display comments'; } ?> []
FormOpen('edit') ?> FormClose(); ?> '."\n"; // end PAGE block } } ?>