summaryrefslogtreecommitdiffstats
path: root/main.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'main.inc.php')
-rw-r--r--main.inc.php16
1 files changed, 16 insertions, 0 deletions
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 @@
+<?php
+require 'config.inc.php';
+require '/usr/share/php/Smarty/Smarty.class.php';
+
+$smarty = new Smarty();
+
+$smarty->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