易优CMS全局变量标签global

用法:
{eyou:global name='web_title' /}
或者
{$eyou.global.web_title}

可用变量:
web_status 关闭网站
web_name 网站名称
web_logo 网站LOGO
web_ico 地址栏图标
web_basehost 网站网址
web_title 网站标题
web_keywords 网站关键词
web_description 网站描述
web_copyright 版权信息
web_thirdcode_pc 电脑PC端统计代码
web_thirdcode_wap 手机移动端统计代码
web_templeturl 模板根目录的网址
web_templets_dir 模板根目录
web_templets_pc pc模板目录
web_templets_m mobile模板目录
web_sqldatapath 数据库备份目录
web_cmsurl 程序安装根目录的网址
web_cmspath 程序安装根目录
web_attr_* 自定义变量
举例说明:
描述:截取描述50个字符
{$eyou.global.web_description|html_msubstr=###,0,50 }
分享: