From 263d6c6756a2549100ae186042f157ff64944bfa Mon Sep 17 00:00:00 2001 From: nicosomb Date: Mon, 15 Apr 2013 09:58:34 +0200 Subject: factorisation code --- inc/config.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'inc/config.php') diff --git a/inc/config.php b/inc/config.php index 6d8be9ee..29a22507 100644 --- a/inc/config.php +++ b/inc/config.php @@ -22,5 +22,4 @@ raintpl::$cache_dir = './cache/'; raintpl::$base_url = get_poche_url(); raintpl::configure('path_replace', false); raintpl::configure('debug', false); -$tpl = new raintpl(); -?> \ No newline at end of file +$tpl = new raintpl(); \ No newline at end of file -- cgit v1.2.3