changed git call from https to git readonly
[atutor.git] / mods / wiki / fragments / blocks / intpages.php
1 <?php
2
3 /*
4    Just lists all the internal/dynamic page plugins, as seen
5    in the default example-1 script.
6 */
7
8
9 if (true) {
10
11    foreach ($GLOBALS["ewiki_plugins"]["page"] as $pid=>$uu) {
12
13       echo "ยท " . ewiki_script("", $pid) . "<br>\n";
14
15    }
16 }
17
18
19 ?>