Parent Directory
|
Revision Log
intital package hi/cat page and template
| 1 | <?php |
| 2 | /** |
| 3 | * Gentoo stats |
| 4 | * Written by Meir Kriheli <mksoft@gentoo.org> |
| 5 | * Based on gentoo-stats by Maik Schreiber <blizzy@gentoo.org> |
| 6 | * |
| 7 | * $Id: cards.php,v 1.1 2003/05/09 10:01:08 mksoft Exp $ |
| 8 | * |
| 9 | * vim: set tabstop=4 shiftwidth=4: |
| 10 | */ |
| 11 | |
| 12 | require_once('stats.inc.php'); |
| 13 | |
| 14 | $smarty->assign('page_title','Expansion cards'); |
| 15 | $smarty->display('package_cat.tpl'); |
| 16 | ?> |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |