41af6ef470804083e56514e776d0d274566b0ac1
[infodrom.org/service.infodrom.org] / src / Infodrom / calendar / submenu.inc
1 <strong>Menu</strong><br>
2
3 <?php
4   printf('&nbsp;<a href="index.php">Aktuell</a><br>');
5   $item = new Calendar();
6   foreach ($item->getYears() as $row) {
7     printf('&nbsp;&nbsp;<a href="index.php?year=%d">%d</a><br>', $row->year, $row->year);
8   }
9 ?>
10
11 <menu-rule>
12
13 #include "../functions.inc" prefix="../"