Lines Matching refs: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 );
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;
141 global $conf, $ID, $REV, $INFO, $ACT;
154 if ( false != strpos($ID, ":") )
156 $path = substr($ID, 0, strpos($ID, ":"));
160 $path = $ID;