Subversion Repositories Applications.papyrus

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
433 ddelon 1
<?php
2
if ($pages = $this->LoadWantedPages())
3
{
4
	foreach ($pages as $page)
5
	{
6
		print($this->Link($page["tag"])." (<a
7
 ref=\"".$this->href()."&amp;linking_to=".$page["tag"]."\">".$page["count"]."</a>)<br />\n");
8
	}
9
}
10
else
11
{
12
	print("<i>Aucune page à créer.</i>");
13
}
14
?>