In order to make the theme more convenient, since the 4.4.0 version, Catfish CMS on the subject of the label was further simplified.
The main simplifications are as follows:
Original label -〉 Simplified after the label
{:Url('/')} -〉 {$url.href}
{:Url('/index/Index/search')} -〉 {$url.search}
{:Url('/login/index/register')} -〉 {$url.register}
{:Url('/login')} -〉 {$url.login}
{:Url('index/Index/userCenter')} -〉 {$url.userCenter}
{:Url('index/Index/quit')} -〉 {$url.quit}
{:Url('/index/Index/article')} -〉 {$url.articles}
{:Url($previous.href)} -〉 {$previous.href}
{:Url($next.href)} -〉 {$next.href}
{:Url($vo.href)} -〉 {$vo.href}
{$pinglun->render()} -〉 {$pages}
In the menu link:
Url($vo.href) -〉 $vo.href
{notempty name="vo.zidingyi"}{$vo.href}{else /}{:Url($vo.href)}{/notempty} -〉 {$vo.href}
Specific production can refer to the system comes with the theme.
If you are using other themes downloaded from the official website, please re-download the corresponding theme to cover the original theme file.
Note: before or after the upgrade, you need to clear the cache in the background!
Original article, reproduced please specify:Catfish CMS V 4.4.0 on the simplified theme of the production instructions | Catfish(鲶鱼) CMS
鲶鱼cms系统5.2.0版以及鲶鱼Blog系统3.2.0版在编辑文章页面新增了上传附件功...
我们在《鲶鱼CMS和鲶鱼Blog怎么自定义注册页面》一文里面介绍了如何通过制作主题文件来...
在实际建站过程中,往往需要进行网站备案,那么当我们备案之后,需要按要求在自己网站上放上备...
鲶鱼Blog系统可以在后台上传升级包进行升级,有些用户可能会很长时间没有升级,这样可能会...
我们在《鲶鱼CMS和鲶鱼Blog怎么自定义登录页面》一文里面介绍了怎么在制作主题的时候自...
我们在《 鲶鱼CMS和鲶鱼Blog怎么自定义登录页面》这一篇里面介绍了如何自己制作一个登...
Management background is composed of five bl...
In the previous section, we talked about how...
In the previous section we talked about how ...
To the last section we have learned to use t...
By the end of the previous section, we have ...