From 5fdb1c3cf92ffd73a01ecc82ca91112aa17da350 Mon Sep 17 00:00:00 2001 From: "Johan \"Papa\" Cwiklinski" Date: Sat, 29 May 2010 20:57:24 +0200 Subject: Use of smarty to render zoom page. Main template file added, and zoom.php modified to work on it. We would probably rewrite cleaner zoom.php in the future. refs #47 --- main.inc.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 main.inc.php (limited to 'main.inc.php') diff --git a/main.inc.php b/main.inc.php new file mode 100644 index 0000000..a160604 --- /dev/null +++ b/main.inc.php @@ -0,0 +1,16 @@ +template_dir = 'smarty/templates/rpmphp'; +$smarty->compile_dir = 'smarty/templates_c'; +$smarty->cache_dir = 'smarty/cache'; +$smarty->config_dir = 'smarty/configs'; + +$ariane[] = array( + 'url' => './', + 'text' => 'Reports home' +); +?> \ No newline at end of file -- cgit