Parent Directory
|
Revision Log
|
Revision Graph
Initial commit of the code built at FOSDEM and finished in the Thalys on the way back.
| 1 | <?php |
| 2 | // $Id$ |
| 3 | /** |
| 4 | * @file |
| 5 | * The template for the children terms list at a given directory level. |
| 6 | * |
| 7 | * @copyright (c) 2009 Ouest Systèmes Informatiques (OSInet) |
| 8 | * @author Frédéric G. MARAND |
| 9 | * @license General Public License version 2 and later |
| 10 | */ |
| 11 | ?> |
| 12 | <?php |
| 13 | echo theme('item_list', $children); |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |