1 </article> 2 <div id="edit-dash"> 3 <ul class="stripped-ul" id="fixed-collapse"> 4 <?php 5 $data = array( 6 'view' => 'main', 7 'items' => array( 8 'edit' => tpl_action('edit', true, 'li', true, '<i class="fa fa-pencil-square fa-2x" aria-hidden="true"></i><p>', '</p></li>'), 9 'revert' => tpl_action('revert', true, 'li', true, '<i class="fa fa-link fa-2x" aria-hidden="true"></i><p>', '</p></li>'),# 10 'revisions' => tpl_action('revisions', true, 'li', true, '<i class="fa fa-clock-o fa-2x" aria-hidden="true"></i><p>', '</p></li>'), 11 'backlink' => tpl_action('backlink', true, 'li', true, '<i class="fa fa-link fa-2x" aria-hidden="true"></i><p>', '</p></li>'), 12 'subscribe' => tpl_action('subscribe', true, 'li', true, '<i class="fa fa-link fa-2x" aria-hidden="true"></i><p>', '</p></li>')#, 13 #'top' => tpl_action('top', true, 'li', true, '<i class="fa fa-arrow-circle-o-up fa-2x" aria-hidden="true"></i><p>', '</p></li>') 14 ) 15 ); 16 // the page tools can be amended through a custom plugin hook 17 $evt = new Doku_Event('TEMPLATE_PAGETOOLS_DISPLAY', $data); 18 if ($evt->advise_before()) { 19 foreach ($evt->data['items'] as $k => $html) echo $html; 20 } 21 $evt->advise_after(); 22 unset($data); 23 unset($evt); 24 ?> 25 </ul> 26 </div> 27 </div> 28</div> 29</div> 30</div> 31 <div class="no"><?php tpl_indexerWebBug() /* provide DokuWiki housekeeping, required in all templates */ ?></div> 32 <div id="screen__mode" class="no"></div><?php /* helper to detect CSS media query in script.js */ ?> 33</body> 34</html>