Home
last modified time | relevance | path

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

/plugin/gcalendar/inc/
H A Dgcal_show.php264 foreach($pages as $key=>$page_ID) {
266 list($page_name,$page_list) = explode("(",$page_ID,2);
270 $page_ID = substitute_asterisk($page_ID);
272 $name = noNS($page_ID);
275 $title = p_get_first_heading($page_ID);
278 $head = "<a title='$pagelist' href='".wl($page_ID)."'>".$name."</a>";
318 function substitute_asterisk($page_ID) { argument
321 if( (substr($page_ID,-2)==':*') || ($page_ID=="*")) {
322 $page_ID = substr($page_ID,0,-1);
323 $page_ID.= noNS($conf['start']);
[all …]