aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/duepuntozero
diff options
context:
space:
mode:
authorSimon <simon@kisikew.org>2012-03-02 07:55:38 -0800
committerSimon <simon@kisikew.org>2012-03-02 07:55:38 -0800
commita3dcf491f14d6c044e3bd10844f5c737b21feae2 (patch)
tree1260f003b2351627ef0fa8fe0c1cb6f8ef630bdf /view/theme/duepuntozero
parentf1bf6dcdfb89bf3c21e498ba3d76c600dafed934 (diff)
parentaef737f37637270b4f79ea390ee23a61f7fcb4ba (diff)
downloadvolse-hubzilla-a3dcf491f14d6c044e3bd10844f5c737b21feae2.tar.gz
volse-hubzilla-a3dcf491f14d6c044e3bd10844f5c737b21feae2.tar.bz2
volse-hubzilla-a3dcf491f14d6c044e3bd10844f5c737b21feae2.zip
Merge pull request #57 from fabrixxm/master
template processor optimizations
Diffstat (limited to 'view/theme/duepuntozero')
-rwxr-xr-xview/theme/duepuntozero/wall_item.tpl4
-rwxr-xr-xview/theme/duepuntozero/wallwall_item.tpl4
2 files changed, 4 insertions, 4 deletions
diff --git a/view/theme/duepuntozero/wall_item.tpl b/view/theme/duepuntozero/wall_item.tpl
index d165d9801..51e36b6f4 100755
--- a/view/theme/duepuntozero/wall_item.tpl
+++ b/view/theme/duepuntozero/wall_item.tpl
@@ -31,8 +31,8 @@
<div class="wall-item-title-end"></div>
<div class="wall-item-body" id="wall-item-body-$item.id" >$item.body
<div class="body-tag">
- {{ for $item.tags as $item.tag }}
- <span class='tag'>$item.tag</span>
+ {{ for $item.tags as $tag }}
+ <span class='tag'>$tag</span>
{{ endfor }}
</div>
</div>
diff --git a/view/theme/duepuntozero/wallwall_item.tpl b/view/theme/duepuntozero/wallwall_item.tpl
index 75cd5f65e..211906c93 100755
--- a/view/theme/duepuntozero/wallwall_item.tpl
+++ b/view/theme/duepuntozero/wallwall_item.tpl
@@ -35,8 +35,8 @@
<div class="wall-item-title-end"></div>
<div class="wall-item-body" id="wall-item-body-$item.id" >$item.body
<div class="body-tag">
- {{ for $item.tags as $item.tag }}
- <span class='tag'>$item.tag</span>
+ {{ for $item.tags as $tag }}
+ <span class='tag'>$tag</span>
{{ endfor }}
</div>
</div>