Home  >  Article  >  Backend Development  >  Commonly used variables in PHPCMS V9 template design_PHP tutorial

Commonly used variables in PHPCMS V9 template design_PHP tutorial

WBOY
WBOYOriginal
2016-07-13 09:47:271869browse

Commonly used variables in PHPCMS V9 template design

Commonly used variables in PHPCMS V9 template design


标签:

杂谈

分类: phpcmsv9
Variable Global Definition
{CHARSET} Character set
$SEO['title'] Page title
$SEO['site_title'] Website title
$SEO['keyword'] keyword
{$SEO['description'] description
{CSS_PATH} css path
{JS_PATH} js path
{IMG_PATH} img path
{APP_PATH} app path
{get_siteid()} Site ID
{$siteid} Branch URL
{siteurl($siteid)} Site URL
{$catid}
Column ID
{$pages}
Pagination



{date('Y-m-d H:i:s',$r[inputtime])}
Update time
{str_cut($v[description],116,'..')}
Truncated string
{thumb($v[thumb],70,60)}
Screen thumbnail
{$CATEGORYS[$cid][catname]}
Channel name
{$CATEGORYS[$cid][url]}
Channel URL
{template "content","footer"}
Template call
{pc:block pos="index_block_1"}
Dispute (Block Call)
action: lists, position recommendations, category sub-columns, relation-related articles, hits rankings
action
posid:
Recommended position
1 Home Page Focus Picture Recommendation
posid
2 Recommended headlines on homepage

5 recommended downloads

Focus picture on the homepage of 8 picture channel

9 top website recommendations

10 column homepage recommendations

12 Home Page Picture Recommendations

13 column page focus picture

thumb: 0 all articles, 1 including thumbnails
thumb
order:listorder DESC sorting descending order, listorder ASC sorting ascending order, id DESC adding time descending order, updatetime DESC updating time descending order order



{pc:content
action="position" posid="2" order="listorder DESC" num="4"}

news-hot
{pc:content
action="position" posid="1"
order="listorder DESC" thumb="1" num="5"}

FocusPic
{pc:content
action="position" posid="12" thumb="1" order="id DESC" num="10"}

Picture News
{pc:content action="lists" catid="$r[catid]" num="1" thumb="1" order="id DESC" return ="info"}
{pc:content action="lists" catid="$r[catid]" num="5" order="id DESC" return="info"}

{pc:announce
action="lists" siteid="$siteid" num="2"}

Announcement
{pc:special
action="lists" siteid="$siteid" elite="1" listorder="3" num="2"}

专题
{pc:content action="hits" catid="35" num="10" order="views DESC"}
digg点击
{pc:comment action="bang" num="10" cache="3600"}
评论
{pc:content action="hits" catid="35" num="10" order="views DESC"}

{pc:link
action="type_list" siteid="$siteid" linktype="1" order="listorder DESC" num="8" return="pic_link"}
友情链接
{pc:content action="lists" catid="$catid" num="25" order="id DESC" page="$page"}
列表
{pc:content action="hits" catid="$catid" num="10" order="views DESC" cache="3600"}
总排行
{pc:content action="hits" catid="$catid" num="8" order="monthviews DESC" cache="3600"}
月排行
{pc:content
action="position" posid="5" order="listorder DESC" num="4"}

推荐下载



{catpos($catid)}
栏目定位
{loop subcat(0,0,0,$siteid) $r}

{title_style($r[style])}
标题样式
{$inputtime}

 

www.bkjia.comtruehttp://www.bkjia.com/PHPjc/1026144.htmlTechArticlePHPCMS V9模板设计常用变量 PHPCMS V9模板设计常用变量 标签: 杂谈 分类: phpcmsv9 变量 全局 释义 {CHARSET} 字符集 $SEO[title] 页面标题 $SEO[site_...
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn