diff options
author | Christopher Baines <mail@cbaines.net> | 2014-07-08 20:58:17 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2014-08-12 17:58:33 +0100 |
commit | a74277d42471210186c170c80dfdea077d90fdb5 (patch) | |
tree | 9c2650f3f9cbbd8c64aa94072a77744e22f177f0 /templates | |
parent | dfb6149ea7bab60689c8b7fe78beaca3e7ae09be (diff) | |
download | cbaines.net-a74277d42471210186c170c80dfdea077d90fdb5.tar cbaines.net-a74277d42471210186c170c80dfdea077d90fdb5.tar.gz |
Lake District post
Also add the associated album and tags
Diffstat (limited to 'templates')
-rw-r--r-- | templates/albumviewer.tmpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/albumviewer.tmpl b/templates/albumviewer.tmpl new file mode 100644 index 0000000..b0da9a2 --- /dev/null +++ b/templates/albumviewer.tmpl @@ -0,0 +1,5 @@ +<div class="album-viewer"> + <div id="album-img"> + <TMPL_VAR NAME="IMG"> + </div> +</div> |