Network scripting language Javascript can be said that the current web design standards, Catfish CMS theme design naturally and ultimately. So how do I use javascript in Catfish CMS?
We know that there are two ways to use javascript:
One is written directly in the html file javascript code;
Second, the javascript as a separate file, and then in the html file to introduce the file.
The first method is no longer described here, if you do not understand the place, you can view the relevant information, we focus on how the second method in the Catfish CMS theme production to achieve.
You need to add the following code to the html file of the theme:
<script src="{$domain}public/{$template}/js/{$template}.js"></script>
One of the label "{$domain}" that your site's domain name, this copy on the line. The label "{$template}" indicates the name of your theme, where the first "{$template}" is the name of the theme folder, and the second "{$template}" is the name of the javascript file. The name of the file is set to the same name as the theme, and of course you can also use your own favorite name.
It should be noted that the above line of code, the first two labels can not change, copy on the line, the last one can be replaced by your actual file name.
Original article, reproduced please specify:How to add a javascript file to a topic | 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 ...