计算机网络/计算机科学与应用/系统/运维/开发

ThinkPHP5.1 配置 css 路径

application 下 config 目录下 template.php 


'tpl_replace_string' =>[

        '__CSS__'=>'/static/index/css/',

        '__JS__'=>'/static/index/js/',

        '__IMG__'=>'/static/index/images/',

        '__UPLOADS__' => '/uploads',

        '__STATIC__'=>'/static/admin',

    ]


模板中使用

<link href="__STATIC__/css/animate.min.css" rel="stylesheet">


无论人生上到哪一层台阶,阶下有人在仰望你,阶上亦有人在俯视你,你抬头自卑,低头自得,唯有平视,才能看见真实的自己。

评论

^