From: Gabriel Dunne Date: Wed, 7 Jul 2010 08:09:26 +0000 (-0700) Subject: template organizing X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=f249a38f590f1919ce87d4bf7d2c305a0331c488;p=plog_bk.git template organizing --- 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/agg.html.tpl b/templates/agg.html.tpl index ddb10c1..90f7462 100644 --- a/templates/agg.html.tpl +++ b/templates/agg.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)); ?>