插件功能更新

This commit is contained in:
2016-09-17 17:54:14 +08:00
parent f0df1f13e4
commit 4ee9156229
7 changed files with 172 additions and 164 deletions

View File

@@ -207,7 +207,7 @@
{if $meta_title}
<span>{$meta_title}</span>
{else/}
<span>{:lang($Request->controller().'_'.$Request->action())}</span>
<span>{:lang(request()->controller().'_'.request()->action())}</span>
{/if}
</li>
</ol>