]> dev.renevier.net Git - syp.git/commitdiff
move templates to a specific directory
authorarno <arenevier@fdn.fr>
Sun, 16 Aug 2009 13:15:31 +0000 (15:15 +0200)
committerarno <arenevier@fdn.fr>
Sun, 16 Aug 2009 13:15:31 +0000 (15:15 +0200)
admin.php
inc/html/admin.php [moved from inc/templates_admin.php with 100% similarity]
inc/html/index.php [moved from inc/templates_index.php with 100% similarity]
inc/html/install.php [moved from inc/templates_install.php with 100% similarity]
inc/html/upgrade.php [moved from inc/templates_upgrade.php with 100% similarity]
index.php
install.php
upgrade.php

index a27141aaafd9f7d93fd9b38f54a8cb11d6cb8e09..722821407349993df25c35e93a6252b9998565a5 100644 (file)
--- a/admin.php
+++ b/admin.php
@@ -3,5 +3,5 @@
    license. */
 
     require ('inc/langutils.php');
    license. */
 
     require ('inc/langutils.php');
-    require ('inc/templates_admin.php');
+    require ('inc/html/admin.php');
 ?>
 ?>
similarity index 100%
rename from inc/templates_admin.php
rename to inc/html/admin.php
similarity index 100%
rename from inc/templates_index.php
rename to inc/html/index.php
index b07a6e44a3483bdd51cdf2852473212fbc6def86..c1a60bfb8a15afa7ba4b4bb27965cac2cbe94009 100644 (file)
--- a/index.php
+++ b/index.php
@@ -3,5 +3,5 @@
    license. */
 
     require ('inc/langutils.php');
    license. */
 
     require ('inc/langutils.php');
-    require ('inc/templates_index.php');
+    require ('inc/html/index.php');
 ?>
 ?>
index 612c15230ab4413e6de478c65f9f014e1bb457ef..76d8ad817c187fa190d8a337d70bde8b1c8912cc 100644 (file)
@@ -3,5 +3,5 @@
    license. */
 
     require ('inc/langutils.php');
    license. */
 
     require ('inc/langutils.php');
-    require ('inc/templates_install.php');
+    require ('inc/html/install.php');
 ?>
 ?>
index a29bfb354cb029e3c1db55494fd2fe520775905f..8a7d09ae1c0b1ad4a15fa8048663695743e7d2b3 100644 (file)
@@ -3,5 +3,5 @@
    license. */
 
     require ('inc/langutils.php');
    license. */
 
     require ('inc/langutils.php');
-    require ('inc/templates_upgrade.php');
+    require ('inc/html/upgrade.php');
 ?>
 ?>