From aa1f2c2558d6c07edaa7dd5ac42ef69483e67062 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Tue, 23 Jun 2009 09:13:30 +0000
Subject: [PATCH] Fix tempalte path to infocard templates.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1536 44740490-163a-0410-bde0-09ae8108e29a
---
 modules/InfoCard/templates/{default => }/temp-getcardform.php | 0
 modules/InfoCard/templates/{default => }/temp-login.php       | 0
 2 files changed, 0 insertions(+), 0 deletions(-)
 rename modules/InfoCard/templates/{default => }/temp-getcardform.php (100%)
 rename modules/InfoCard/templates/{default => }/temp-login.php (100%)

diff --git a/modules/InfoCard/templates/default/temp-getcardform.php b/modules/InfoCard/templates/temp-getcardform.php
similarity index 100%
rename from modules/InfoCard/templates/default/temp-getcardform.php
rename to modules/InfoCard/templates/temp-getcardform.php
diff --git a/modules/InfoCard/templates/default/temp-login.php b/modules/InfoCard/templates/temp-login.php
similarity index 100%
rename from modules/InfoCard/templates/default/temp-login.php
rename to modules/InfoCard/templates/temp-login.php
-- 
GitLab