diff --git a/view/smarty3/conversation.tpl b/view/smarty3/conversation.tpl index ce5dc5a2f6..ae5294a9ae 100644 --- a/view/smarty3/conversation.tpl +++ b/view/smarty3/conversation.tpl @@ -11,7 +11,7 @@ {{/if}} {{if $item.comment_lastcollapsed}}{{/if}} - {{include file="file:{{$item.template}}"}} + {{include file="{{$item.template}}"}} {{/foreach}} diff --git a/view/smarty3/register.tpl b/view/smarty3/register.tpl index 768ca93878..4d9abe11df 100644 --- a/view/smarty3/register.tpl +++ b/view/smarty3/register.tpl @@ -11,9 +11,9 @@

{{$fillwith}}

{{$fillext}}

-{{if $oidlabel }} +{{if $oidlabel}}
- +
{{/if}} diff --git a/view/smarty3/threaded_conversation.tpl b/view/smarty3/threaded_conversation.tpl index 0830063c61..f77cac8de2 100644 --- a/view/smarty3/threaded_conversation.tpl +++ b/view/smarty3/threaded_conversation.tpl @@ -1,7 +1,7 @@ {{$live_update}} {{foreach $threads as $thread}} -{{include file="file:{{$thread.template}}" item=$thread}} +{{include file="{{$thread.template}}" item=$thread}} {{/foreach}}
diff --git a/view/smarty3/wall_thread.tpl b/view/smarty3/wall_thread.tpl index c1fed91bab..3010f659f7 100644 --- a/view/smarty3/wall_thread.tpl +++ b/view/smarty3/wall_thread.tpl @@ -108,7 +108,7 @@
{{foreach $item.children as $child}} - {{include file="file:{{$child.template}}" item=$child}} + {{include file="{{$child.template}}" item=$child}} {{/foreach}} {{if $item.flatten}}