diff options
author | duthied <duthied@gmail.com> | 2011-10-02 17:24:45 -0700 |
---|---|---|
committer | duthied <duthied@gmail.com> | 2011-10-02 17:24:45 -0700 |
commit | 65e981c4b022d3be211a701c37635c2d2af0f92f (patch) | |
tree | 5b2b4fadf9adc716bf7c94dc864c9403007a8c84 /view/theme/testbubble/photo_top.tpl | |
parent | 7c1968907d26a66581d362475a6b557e53e159cb (diff) | |
parent | f6f5e5b99389019bdd6a3258de19cdda2d014b97 (diff) | |
download | volse-hubzilla-65e981c4b022d3be211a701c37635c2d2af0f92f.tar.gz volse-hubzilla-65e981c4b022d3be211a701c37635c2d2af0f92f.tar.bz2 volse-hubzilla-65e981c4b022d3be211a701c37635c2d2af0f92f.zip |
Merge pull request #12 from duthied/master
testbubble photo album image tweaks
Diffstat (limited to 'view/theme/testbubble/photo_top.tpl')
-rw-r--r-- | view/theme/testbubble/photo_top.tpl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/view/theme/testbubble/photo_top.tpl b/view/theme/testbubble/photo_top.tpl new file mode 100644 index 000000000..d552409c4 --- /dev/null +++ b/view/theme/testbubble/photo_top.tpl @@ -0,0 +1,8 @@ + +<div class="photo-top-image-wrapper lframe" id="photo-top-image-wrapper-$id"> + <div id="photo-album-wrapper-inner"> + <a href="$photolink" class="photo-top-photo-link" id="photo-top-photo-link-$id" title="$phototitle"><img src="$imgsrc" alt="$imgalt" title="$phototitle" class="photo-top-photo" id="photo-top-photo-$id" /></a> + </div> + <div class="photo-top-album-name"><a href="$albumlink" class="photo-top-album-link" title="$albumalt" >$albumname</a></div> +</div> +<div class="photo-top-image-wrapper-end"></div> |