Home
last modified time | relevance | path

Searched refs:pagelink (Results 1 – 4 of 4) sorted by relevance

/plugin/tabinclude/
H A Dhelper.php162 $pagelink = tpl_link(wl($tabs[$init_page_idx]['page']),$goto,'',true);
164 $html.= '<div class="dwpl-ti-permalink-header">'.$pagelink.'</div>'.NL;
169 $html.= '<div class="dwpl-ti-permalink-footer">'.$pagelink.'</div>'.NL;
212 $pagelink = tpl_link(wl($tabs[$init_page_idx]['page']),$goto,'',true);
214 $html.= '<div class="dwpl-ti-permalink-header">'.$pagelink.'</div>'.NL;
217 $html.= '<div class="dwpl-ti-permalink-footer">'.$pagelink.'</div>'.NL;
265 $pagelink = tpl_link(wl($tabs[$i]['page']),$goto,'',true);
267 $html.= '<div class="dwpl-ti-permalink-header">'.$pagelink.'</div>'.NL;
270 $html.= '<div class="dwpl-ti-permalink-footer">'.$pagelink.'</div>'.NL;
H A Dajax.php38 $pagelink = tpl_link(wl($link),$goto,'',true); variable
41 echo '<div class="dwpl-ti-permalink-header">'.$pagelink.'</div>'.NL;
46 echo '<div class="dwpl-ti-permalink-footer">'.$pagelink.'</div>'.NL;
/plugin/gcalendar/inc/
H A Dgcal_read.php59 …$pagelink = " <span class='gCal_pagelink'><a href='".wl($wikipage)."'>".noNS($wikipage)."</a></spa…
61 $pagelink="";
65 read_wikipage_into_calendar($options,$page_key,$wikipage,$section,$pagelink,$default_date);
84 function read_wikipage_into_calendar(&$options,$page_key,$wikipage,$section,$pagelink,$default_date… argument
157 $entry .= $pagelink;
/plugin/blogtng/
H A Dadmin.php708 …$pagelink = html_wikilink(':'.$this->entryhelper->entry['page'], $this->entryhelper->entry['title'…
709 …<span class="comment_entry" title="'.$this->getLang('comment_entry').'">' . $pagelink . '</span>');