diff --git a/view/theme/diabook/smarty3/ch_directory_item.tpl b/view/theme/diabook/smarty3/ch_directory_item.tpl index 5fb119861a..4b6569a5b2 100644 --- a/view/theme/diabook/smarty3/ch_directory_item.tpl +++ b/view/theme/diabook/smarty3/ch_directory_item.tpl @@ -2,8 +2,8 @@
diff --git a/view/theme/diabook/smarty3/wall_thread.tpl b/view/theme/diabook/smarty3/wall_thread.tpl index e721226572..af9fc88320 100644 --- a/view/theme/diabook/smarty3/wall_thread.tpl +++ b/view/theme/diabook/smarty3/wall_thread.tpl @@ -134,7 +134,7 @@ {{foreach $item.children as $child_item}} - {{include file="file:{{$child_item.template}}" item=$child_item}} + {{include file="{{$child_item.template}}" item=$child_item}} {{/foreach}}