Home
last modified time | relevance | path

Searched refs:newlink (Results 1 – 3 of 3) sorted by relevance

/plugin/publish/action/
H A Dmail.php136 $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/
Dadmin.php182 $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 DgetEncyc.php54 $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' >