Searched refs:newlink (Results 1 – 3 of 3) sorted by relevance
| /plugin/publish/action/ |
| H A D | mail.php | 136 $newlink = $this->revlink($ID, $rev); 137 $body = str_replace('@NEWPAGE@', $newlink, $body); 140 $newlink = $this->revlink($ID, $rev); 141 $body = str_replace('@URL@', $newlink, $body);
|
| /plugin/linkfix/ |
| D | admin.php | 182 $newlink = $this->changeLink($link, $full, $currentns); 185 if(($link != $newlink) && ($full != cleanID($newlink))) { 187 $this->prnt(hsc($full) . ' → ' . hsc($newlink) . '<br />'); 191 $newlink . // new link
|
| /plugin/zwidoku/ |
| H A D | getEncyc.php | 54 $newlink = str_replace("lib/plugins/zwidoku/getEncyc.php?id=", "doku.php?id=", "$actual_link"); variable 413 <input type="button" name="cancel" value="Cancel" onClick="window.location='$newlink';" /> 418 <input type="hidden" id="backlink" name="backlink" value='$newlink' >
|