From fc7b78492bc671f6dd78e04f5d42de958cdfb1d7 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Wed, 17 Dec 2008 04:45:35 +0000 Subject: Separate thumbnails out into var/thumbs. This clears up some ambiguity in Item_Model and simplifies file_proxy. It also means we can stop munging file names in the var/resizes hierarchy. In the process, rename "thumbnail" to "thumb" everywhere in honor of Chad (well, ok because it's shorter).. --- themes/default/views/album.html.php | 12 ++++++------ themes/default/views/tag.html.php | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) (limited to 'themes/default') diff --git a/themes/default/views/album.html.php b/themes/default/views/album.html.php index addd6c3a..d76e0618 100644 --- a/themes/default/views/album.html.php +++ b/themes/default/views/album.html.php @@ -12,17 +12,17 @@
  • - thumbnail_top($child) ?> + thumb_top($child) ?> type}s/{$child->id}") ?>"> photo + alt="photo" src="thumb_url() ?>" + width="thumb_width ?>" + height="thumb_height ?>" />

    title_edit ?>

    - thumbnail_bottom($child) ?> + thumb_bottom($child) ?>
  • diff --git a/themes/default/views/tag.html.php b/themes/default/views/tag.html.php index 4c507d0d..6be16e43 100644 --- a/themes/default/views/tag.html.php +++ b/themes/default/views/tag.html.php @@ -13,17 +13,17 @@
  • - thumbnail_top($child) ?> + thumb_top($child) ?> type}s/{$child->id}") ?>"> photo + alt="photo" src="thumb_url() ?>" + width="thumb_width ?>" + height="thumb_height ?>" />

    title_edit ?>

    - thumbnail_bottom($child) ?> + thumb_bottom($child) ?>
  • -- cgit v1.2.3