From 579859d94729c8eadc96d35d1fbd4cc3fa7d4b0d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 30 May 2010 09:11:52 +0200 Subject: Set version for rpmphp, display version and license on index page --- main.inc.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'main.inc.php') diff --git a/main.inc.php b/main.inc.php index a160604..18c844f 100644 --- a/main.inc.php +++ b/main.inc.php @@ -1,6 +1,9 @@ compile_dir = 'smarty/templates_c'; $smarty->cache_dir = 'smarty/cache'; $smarty->config_dir = 'smarty/configs'; -$ariane[] = array( - 'url' => './', - 'text' => 'Reports home' +$ariane[] = array ( + 'url' => './', + 'text' => 'Reports home' ); ?> \ No newline at end of file -- cgit