Revision history for KlenwellCodeHandlerShow637
Revision [19326]
Last edited on 2008-01-28 00:15:16 by KlenWell [Modified links pointing to docs server]No Differences
Additions:
#echo "<pre>{$_HTML['comments']}</pre>"; # debug
Deletions:
Additions:
===source: show.tpl.php===
<?php
/* wikka page template
don't remove any of the $_HTML array elements below, but feel free to move them
around and add wrapper classes as you see fit
Full List of $_HTML elements from show.php in template:
{$_HTML['page_start']}
{$_HTML['no_access']}
{$_HTML['not_exists']}
{$_HTML['revision_info']}
{$_HTML['page_body']}
{$_HTML['revision_edit_form']}
{$_HTML['page_close_div']}
{$_HTML['comments_header']}
{$_HTML['comments']}
{$_HTML['comment_form']}
{$_HTML['hidden_comments']}
{$_HTML['page_close']}
*/
$_HTML['page'] = <<<HTML
{$_HTML['page_start']}
{$_HTML['no_access']}
{$_HTML['not_exists']}
{$_HTML['revision_info']}
{$_HTML['page_body']}
{$_HTML['revision_edit_form']}
<div id="comment_stack">
{$_HTML['comments_header']}
{$_HTML['comments']}
{$_HTML['comment_form']}
{$_HTML['hidden_comments']}
{$_HTML['page_close_div']}
{$_HTML['page_close']}
<?php
/* wikka page template
don't remove any of the $_HTML array elements below, but feel free to move them
around and add wrapper classes as you see fit
Full List of $_HTML elements from show.php in template:
{$_HTML['page_start']}
{$_HTML['no_access']}
{$_HTML['not_exists']}
{$_HTML['revision_info']}
{$_HTML['page_body']}
{$_HTML['revision_edit_form']}
{$_HTML['page_close_div']}
{$_HTML['comments_header']}
{$_HTML['comments']}
{$_HTML['comment_form']}
{$_HTML['hidden_comments']}
{$_HTML['page_close']}
*/
$_HTML['page'] = <<<HTML
{$_HTML['page_start']}
{$_HTML['no_access']}
{$_HTML['not_exists']}
{$_HTML['revision_info']}
{$_HTML['page_body']}
{$_HTML['revision_edit_form']}
<div id="comment_stack">
{$_HTML['comments_header']}
{$_HTML['comments']}
{$_HTML['comment_form']}
{$_HTML['hidden_comments']}
{$_HTML['page_close_div']}
{$_HTML['page_close']}