diff options
author | friendica <info@friendica.com> | 2012-07-09 22:48:51 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-07-09 22:48:51 -0700 |
commit | 5355193b6342910ec69ec172846027ac9353d2b3 (patch) | |
tree | 9ebe1cfea820b8ce73756f78cd6b2361a349bb4f /view/theme/testbubble/photo_album.tpl | |
parent | 4b066e04f619c2c6f8d383daee9ceab49f39acdc (diff) | |
download | volse-hubzilla-5355193b6342910ec69ec172846027ac9353d2b3.tar.gz volse-hubzilla-5355193b6342910ec69ec172846027ac9353d2b3.tar.bz2 volse-hubzilla-5355193b6342910ec69ec172846027ac9353d2b3.zip |
theme cleanup
Diffstat (limited to 'view/theme/testbubble/photo_album.tpl')
-rw-r--r-- | view/theme/testbubble/photo_album.tpl | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/view/theme/testbubble/photo_album.tpl b/view/theme/testbubble/photo_album.tpl deleted file mode 100644 index a0e3f46c4..000000000 --- a/view/theme/testbubble/photo_album.tpl +++ /dev/null @@ -1,8 +0,0 @@ -<div class="photo-album-image-wrapper" id="photo-album-image-wrapper-$id"> - <a href="$photolink" class="photo-album-photo-link" id="photo-album-photo-link-$id" title="$phototitle"> - <img src="$imgsrc" alt="$imgalt" title="$phototitle" class="photo-album-photo lframe resize" id="photo-album-photo-$id" /> - </div> - <p class='caption'>$desc</p> - </a> - </div> -<div class="photo-album-image-wrapper-end"></div> |