From 50a05ad6cfe1580dcac1fe1e7b261b690ef19768 Mon Sep 17 00:00:00 2001 From: Marc MAURICE Date: Fri, 3 Jun 2011 18:38:53 +0200 Subject: [PATCH] Exported template in an external file --- index.php | 87 ++-------------------------------------------------- template.php | 82 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 85 insertions(+), 84 deletions(-) create mode 100644 template.php diff --git a/index.php b/index.php index 2013ed7..7c9b462 100644 --- a/index.php +++ b/index.php @@ -161,91 +161,10 @@ if (dirname($simplePath) !== '') else $parentLink = ""; -?> - - - - <?php echo $realDir ?> - - - " /> - - - - -
- -^ -
- - - - -
- -
-
-
">
- - -
">
- -
- - - -
- - - -
">
- - -

-Generated by Bizou -

- - - diff --git a/template.php b/template.php new file mode 100644 index 0000000..90ca799 --- /dev/null +++ b/template.php @@ -0,0 +1,82 @@ + + + <?php echo $realDir ?> + + + " /> + + + + +
+ +^ +
+ + + + +
+ +
-
+
">
+ + +
">
+ +
+ + + +
+ + + +
">
+ + +

+Generated by Bizou +

+ + +