Lines Matching full:id
19 global $conf, $ID, $REV, $INFO;
25 $pos = strrpos($ID, ":");
28 $html = str_replace( '<a href="/'.$ID.'"', '<a href="/'.$ID.'" class="activepage"', $html );
31 $IDLINK = str_replace (":", "/", $ID);
36 $html = str_replace( '<a href="/'.$ID.'"', '<a href="/'.$ID.'" class="activepage"', $html );
43 … print '<ul><li><a href="?id=menu1&do=edit" class="wikilink2" title="Edit">Edit</a></li></ul>';
53 global $INFO,$ID,$lang;
62 if(file_exists(wikiFN($ID))) {
63 …echo '<a href="?id='.$ID.'&do=edit" class="interwiki" title="'.$lang['btn_edit'].'">'.$lang['b…
65 …echo '<a href="?id='.$ID.'&do=edit" class="interwiki" title="'.$lang['btn_create'].'">'.$lang[…
69 …echo '<a href="?id='.$ID.'&do=edit" class="interwiki" title="'.$lang['btn_source'].'">'.$lang[…
93 global $conf, $ID, $REV, $INFO, $lang;
96 $pos = strrpos($ID, ":");
111 if ( false != strpos($ID, $namespacechar) )
113 $path = substr($ID, 0, strpos($ID, $namespacechar));
117 $path = $ID;
131 …print '<ul><li><a href="?id='.$path.$namespacechar.'menu2&do=edit" class="wikilink1" title="Ed…
141 global $conf, $ID, $REV, $INFO, $ACT;
154 if ( false != strpos($ID, ":") )
156 $path = substr($ID, 0, strpos($ID, ":"));
160 $path = $ID;