aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/menubar.tpl
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2008-11-06 01:19:55 +0000
committerrvelices <rv-github@modusoptimus.com>2008-11-06 01:19:55 +0000
commitb352f8a4dc13bad0c3645ff8ad042b1458f54ede (patch)
tree5de2056f0959165a67579c3181572e5bf76285c3 /template/yoga/menubar.tpl
parent4a90b522325410cc866f2fad64ce6871a0f655fa (diff)
merge -c2831 from branch 2.0 to trunk
- remove some unnecessary modifiers from template - it should be somehow faster (arguably though) git-svn-id: http://piwigo.org/svn/trunk@2832 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--template/yoga/menubar.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/menubar.tpl b/template/yoga/menubar.tpl
index 97857d4f0..99cac9b6d 100644
--- a/template/yoga/menubar.tpl
+++ b/template/yoga/menubar.tpl
@@ -6,7 +6,7 @@
{if not empty($block->template)}
{include file=$block->template|@get_extent:$id }
{else}
- {$block->raw_content|@default}
+ {$block->raw_content}
{/if}
</dl>
{/if}