|
@ -88,13 +88,6 @@ $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show'); |
|
|
<div id="dokuwiki__sitetools"> |
|
|
<div id="dokuwiki__sitetools"> |
|
|
<h3 class="a11y"><?php echo $lang['site_tools'] ?></h3>
|
|
|
<h3 class="a11y"><?php echo $lang['site_tools'] ?></h3>
|
|
|
<?php tpl_searchform() ?>
|
|
|
<?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> |
|
|
|
|
|
|
|
|
</div> |
|
|
</div> |
|
@ -165,8 +158,6 @@ $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show'); |
|
|
|
|
|
|
|
|
<!-- ********** FOOTER ********** --> |
|
|
<!-- ********** FOOTER ********** --> |
|
|
<div id="dokuwiki__footer"><div class="pad"> |
|
|
<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 --> |
|
|
</div></div><!-- /footer --> |
|
|
|
|
|
|
|
|
<?php tpl_includeFile('footer.html') ?>
|
|
|
<?php tpl_includeFile('footer.html') ?>
|
|
|