diff options
author | Karl Semich <0xloem@gmail.com> | 2016-08-27 04:31:52 -0400 |
---|---|---|
committer | Karl Semich <0xloem@gmail.com> | 2016-08-27 04:31:52 -0400 |
commit | 6945074c2c496a89665f559d431cf22602199937 (patch) | |
tree | dd76fa29e557aaaaf11a40d5595a22a996533f41 /backend/ikistrap/templates/carouselimage.tmpl | |
parent | 227d6118cf72cf9333ac2488b76633f346e59425 (diff) | |
download | standingwithresilience-6945074c2c496a89665f559d431cf22602199937.tar.gz standingwithresilience-6945074c2c496a89665f559d431cf22602199937.zip |
Added ikistrap template
Diffstat (limited to 'backend/ikistrap/templates/carouselimage.tmpl')
-rw-r--r-- | backend/ikistrap/templates/carouselimage.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/backend/ikistrap/templates/carouselimage.tmpl b/backend/ikistrap/templates/carouselimage.tmpl new file mode 100644 index 0000000..6a91f2b --- /dev/null +++ b/backend/ikistrap/templates/carouselimage.tmpl @@ -0,0 +1,3 @@ +<div class="carousel-item<TMPL_IF FIRST> active</TMPL_IF>"> +<img class="carousel-image" src="<TMPL_VAR PAGEURL>" alt="<TMPL_VAR TITLE>"> +</div> |