php comments added
This commit is contained in:
parent
5370d9e9af
commit
9ae158894f
1 changed files with 12 additions and 1 deletions
13
main.php
13
main.php
|
@ -298,7 +298,13 @@ $classWideContent = ($ACT === "show") ? "": "wide-content ";
|
||||||
tpl_content(false); /* the main content */
|
tpl_content(false); /* the main content */
|
||||||
?>
|
?>
|
||||||
<div class="clearer"></div>
|
<div class="clearer"></div>
|
||||||
<?php if($showFooter): ?>
|
<?php if($showFooter):
|
||||||
|
|
||||||
|
|
||||||
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
|
/* Page Include Hook: pagefooter.txt */
|
||||||
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
|
?>
|
||||||
<div class="wikipagefooter">
|
<div class="wikipagefooter">
|
||||||
<hr>
|
<hr>
|
||||||
<?php tpl_include_page('pagefooter', true, true) ?>
|
<?php tpl_include_page('pagefooter', true, true) ?>
|
||||||
|
@ -310,6 +316,11 @@ $classWideContent = ($ACT === "show") ? "": "wide-content ";
|
||||||
|
|
||||||
<div class="page-footer">
|
<div class="page-footer">
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
|
||||||
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
|
/* Include Hook: pagefooter */
|
||||||
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
tpl_includeFile('pagefooter.html');
|
tpl_includeFile('pagefooter.html');
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue