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

Revision [17371]

Edited on 2007-08-08 01:08:29 by KlenWell [Modified links pointing to docs server]
Additions:
#echo "<pre>{$_HTML['comments']}</pre>"; # debug
Deletions:
echo "<pre>{$_HTML['comments']}</pre>";


Revision [17342]

Edited on 2007-08-06 02:00:55 by KlenWell [Modified links pointing to docs server]
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']}


Revision [17341]

The oldest known version of this page was created on 2007-08-06 01:58:19 by KlenWell [Modified links pointing to docs server]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki