Local modifications
This commit is contained in:
parent
c2b84e8755
commit
1281fc15af
2 changed files with 3 additions and 10 deletions
9
main.php
9
main.php
|
|
@ -88,13 +88,6 @@ $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show');
|
|||
<div id="dokuwiki__sitetools">
|
||||
<h3 class="a11y"><?php echo $lang['site_tools'] ?></h3>
|
||||
<?php tpl_searchform() ?>
|
||||
<ul>
|
||||
<?php tpl_toolsevent('sitetools', array(
|
||||
'recent' => tpl_action('recent', 1, 'li', 1),
|
||||
'media' => tpl_action('media', 1, 'li', 1),
|
||||
'index' => tpl_action('index', 1, 'li', 1),
|
||||
)); ?>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
|
@ -165,8 +158,6 @@ $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show');
|
|||
|
||||
<!-- ********** FOOTER ********** -->
|
||||
<div id="dokuwiki__footer"><div class="pad">
|
||||
<div class="doc"><?php tpl_pageinfo() /* 'Last modified' etc */ ?></div>
|
||||
<?php tpl_license('button') /* content license, parameters: img=*badge|button|0, imgonly=*0|1, return=*0|1 */ ?>
|
||||
</div></div><!-- /footer -->
|
||||
|
||||
<?php tpl_includeFile('footer.html') ?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue