From 267d0c759240b3b05a2a585ec873f32a39af213d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Tue, 23 Oct 2007 07:38:27 +0000
Subject: [PATCH] Fixed path for default template set

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@45 44740490-163a-0410-bde0-09ae8108e29a
---
 config/config-template.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/config-template.php b/config/config-template.php
index 7db0db403..4dc0efd42 100644
--- a/config/config-template.php
+++ b/config/config-template.php
@@ -13,7 +13,7 @@ $config = array (
 	 */
 	'basedir' 				=> '/var/simplesamlphp/',
 	'baseurlpath'			=> 'simplesaml/',
-	'templatedir'			=> 'templates/',
+	'templatedir'			=> 'templates/default/',
 	'metadatadir'			=> 'metadata/',
 	'attributenamemapdir'	=> 'attributemap/',
 	
-- 
GitLab