Lines Matching full:id
7 * @link http://wiki.jalakai.co.uk/dokuwiki/doku.php?id=tutorials:dev:navigation_sidebar
39 global $ID, $REV, $conf;
42 $saveID = $ID;
49 $fileSidebar = getSidebarFN(getNS($ID), $conf['sidebar']['page']);
54 $ID = $fileSidebar;
56 print p_wiki_xhtml($ID,$REV,false);
64 $ID = $saveID;
76 * the given ID is printed.
80 function tpl_pagename($id=null){ argument
82 if(is_null($id)){
83 global $ID;
84 $id = $ID;
87 $name = $id;
89 $title = p_get_first_heading($id);