From 7698c77cab6b9fb16f84459e8ef1e75e13779186 Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Wed, 7 Jul 2010 01:09:26 -0700 Subject: [PATCH] template organizing --- templates/404.html.tpl | 2 +- templates/{ => backup}/code copy 2.html | 0 templates/{ => backup}/code copy.html | 0 templates/{ => backup}/code.html.tpl | 0 templates/default.html.tpl | 2 +- templates/header-src.html | 24 -------- templates/links.html.tpl | 69 --------------------- templates/{nav.html => nav.html.tpl} | 0 templates/page.html.tpl | 2 +- templates/photo.html | 51 ---------------- templates/projects.html | 79 ------------------------- templates/single.html.tpl | 2 +- 12 files changed, 4 insertions(+), 227 deletions(-) rename templates/{ => backup}/code copy 2.html (100%) rename templates/{ => backup}/code copy.html (100%) rename templates/{ => backup}/code.html.tpl (100%) delete mode 100644 templates/header-src.html delete mode 100644 templates/links.html.tpl rename templates/{nav.html => nav.html.tpl} (100%) delete mode 100644 templates/photo.html delete mode 100644 templates/projects.html diff --git a/templates/404.html.tpl b/templates/404.html.tpl index ac9a892..821811c 100644 --- a/templates/404.html.tpl +++ b/templates/404.html.tpl @@ -8,7 +8,7 @@ - include_template('nav.html'); ?> + include_template('nav.html.tpl') ?>
diff --git a/templates/code copy 2.html b/templates/backup/code copy 2.html similarity index 100% rename from templates/code copy 2.html rename to templates/backup/code copy 2.html diff --git a/templates/code copy.html b/templates/backup/code copy.html similarity index 100% rename from templates/code copy.html rename to templates/backup/code copy.html diff --git a/templates/code.html.tpl b/templates/backup/code.html.tpl similarity index 100% rename from templates/code.html.tpl rename to templates/backup/code.html.tpl diff --git a/templates/default.html.tpl b/templates/default.html.tpl index eaab793..699de36 100644 --- a/templates/default.html.tpl +++ b/templates/default.html.tpl @@ -8,7 +8,7 @@ - include_template('nav.html') ?> + include_template('nav.html.tpl') ?>
diff --git a/templates/header-src.html b/templates/header-src.html deleted file mode 100644 index 8be2bce..0000000 --- a/templates/header-src.html +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - - - - - \ No newline at end of file diff --git a/templates/links.html.tpl b/templates/links.html.tpl deleted file mode 100644 index 7b4e1ee..0000000 --- a/templates/links.html.tpl +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - include_template('header-src.html'); ?> - - <?php echo SITE_TITLE ?> - links - - - - - - - -
- - - - - -
  • - - - - - -
      - -
    - - - -
    - - - - \ No newline at end of file diff --git a/templates/nav.html b/templates/nav.html.tpl similarity index 100% rename from templates/nav.html rename to templates/nav.html.tpl diff --git a/templates/page.html.tpl b/templates/page.html.tpl index 84d6e84..f4bebe7 100644 --- a/templates/page.html.tpl +++ b/templates/page.html.tpl @@ -8,7 +8,7 @@ - include_template('nav.html') ?> + include_template('nav.html.tpl') ?>
    diff --git a/templates/photo.html b/templates/photo.html deleted file mode 100644 index e74efc5..0000000 --- a/templates/photo.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - - - - - - <?php echo SITE_TITLE; ?> :photo - - - - - - - - - -
    - -

    images

    - -
      - channel->item as $item) : ?> -
    • - description; - $pattern = '/
    - - more via flickr → - -
    - - - - \ No newline at end of file diff --git a/templates/projects.html b/templates/projects.html deleted file mode 100644 index 4386816..0000000 --- a/templates/projects.html +++ /dev/null @@ -1,79 +0,0 @@ -projects'; - -?> - - - - - - - <?php echo SITE_TITLE; ?> - projects<?php if (sizeof($projects) > 0 ) : ?>: <?echo strtolower($project['title']); ?> [<?php echo $project['medium']; ?>]<?php endif; ?> - - - - - - - -
    - - - -

    - - - - - - - - -

    - current
    - 2008
    - 2007
    - 2004 - 2006
    - 1999 - 2004 -

    - - - - -
    - - - - \ No newline at end of file diff --git a/templates/single.html.tpl b/templates/single.html.tpl index 4f0d526..ccb8623 100644 --- a/templates/single.html.tpl +++ b/templates/single.html.tpl @@ -8,7 +8,7 @@ - include_template('nav.html') ?> + include_template('nav.html.tpl') ?>
    include_template('entry.html.tpl', array('data' => $data)); ?> -- 2.34.1