From d4fc05e2054c3e96bad243275bb4f26d9c7ba396 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Sat, 20 Oct 2007 18:18:42 +0000
Subject: [PATCH] moving template files

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@37 44740490-163a-0410-bde0-09ae8108e29a
---
 templates/{ => default/en}/consent.php            | 0
 templates/{ => default/en}/error.php              | 0
 templates/{ => default/en}/httpredirect-debug.php | 0
 templates/{ => default/en}/login-ldapmulti.php    | 0
 templates/{ => default/en}/login.php              | 0
 templates/{ => default/en}/metadata.php           | 0
 templates/{ => default/en}/post-debug.php         | 0
 templates/{ => default/en}/post.php               | 0
 templates/{ => default/en}/selectidp.php          | 0
 templates/{ => default/en}/status.php             | 0
 10 files changed, 0 insertions(+), 0 deletions(-)
 rename templates/{ => default/en}/consent.php (100%)
 rename templates/{ => default/en}/error.php (100%)
 rename templates/{ => default/en}/httpredirect-debug.php (100%)
 rename templates/{ => default/en}/login-ldapmulti.php (100%)
 rename templates/{ => default/en}/login.php (100%)
 rename templates/{ => default/en}/metadata.php (100%)
 rename templates/{ => default/en}/post-debug.php (100%)
 rename templates/{ => default/en}/post.php (100%)
 rename templates/{ => default/en}/selectidp.php (100%)
 rename templates/{ => default/en}/status.php (100%)

diff --git a/templates/consent.php b/templates/default/en/consent.php
similarity index 100%
rename from templates/consent.php
rename to templates/default/en/consent.php
diff --git a/templates/error.php b/templates/default/en/error.php
similarity index 100%
rename from templates/error.php
rename to templates/default/en/error.php
diff --git a/templates/httpredirect-debug.php b/templates/default/en/httpredirect-debug.php
similarity index 100%
rename from templates/httpredirect-debug.php
rename to templates/default/en/httpredirect-debug.php
diff --git a/templates/login-ldapmulti.php b/templates/default/en/login-ldapmulti.php
similarity index 100%
rename from templates/login-ldapmulti.php
rename to templates/default/en/login-ldapmulti.php
diff --git a/templates/login.php b/templates/default/en/login.php
similarity index 100%
rename from templates/login.php
rename to templates/default/en/login.php
diff --git a/templates/metadata.php b/templates/default/en/metadata.php
similarity index 100%
rename from templates/metadata.php
rename to templates/default/en/metadata.php
diff --git a/templates/post-debug.php b/templates/default/en/post-debug.php
similarity index 100%
rename from templates/post-debug.php
rename to templates/default/en/post-debug.php
diff --git a/templates/post.php b/templates/default/en/post.php
similarity index 100%
rename from templates/post.php
rename to templates/default/en/post.php
diff --git a/templates/selectidp.php b/templates/default/en/selectidp.php
similarity index 100%
rename from templates/selectidp.php
rename to templates/default/en/selectidp.php
diff --git a/templates/status.php b/templates/default/en/status.php
similarity index 100%
rename from templates/status.php
rename to templates/default/en/status.php
-- 
GitLab