page-footer, main-footer
This commit is contained in:
parent
569e12b7cf
commit
a9c24a5f58
2 changed files with 30 additions and 10 deletions
22
main.php
22
main.php
|
@ -321,13 +321,27 @@ $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show');
|
|||
|
||||
</div><!-- .main-content -->
|
||||
|
||||
|
||||
<div class="page-footer">
|
||||
<?php
|
||||
tpl_includeFile('pagefooter.html');
|
||||
|
||||
|
||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||
/* 'Last modified' etc */
|
||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||
tpl_pageinfo()
|
||||
?>
|
||||
</div>
|
||||
|
||||
</div><!-- .col -->
|
||||
</div><!-- .row -->
|
||||
</div><!-- .container -->
|
||||
|
||||
|
||||
<?php tpl_flush() ?>
|
||||
<?php tpl_includeFile('pagefooter.html') ?>
|
||||
<?php
|
||||
tpl_flush()
|
||||
?>
|
||||
</div><!-- /content -->
|
||||
|
||||
|
||||
|
@ -350,9 +364,9 @@ $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show');
|
|||
|
||||
|
||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||
/* 'Last modified' etc */
|
||||
/* copyright */
|
||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||
tpl_pageinfo()
|
||||
echo "var - fixme";
|
||||
?>
|
||||
</p>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue