函數(shù)說(shuō)明

全局------------------------------------------------------------

網(wǎng)站全稱:

  1. {get('fullname')}
復(fù)制代碼

軟件版本:

  1. {get('version')}
復(fù)制代碼

網(wǎng)站URL:

  1. {get('site_url')}
復(fù)制代碼

網(wǎng)站名稱:

  1. {get('sitename')}
復(fù)制代碼

ICP備案:

  1. {get('site_icp')}
復(fù)制代碼

網(wǎng)站關(guān)鍵詞:

  1. {get('site_keyword')}
復(fù)制代碼

網(wǎng)站描述:

  1. {get('site_description')}
復(fù)制代碼

網(wǎng)站版權(quán):

  1. {get('site_right')}
復(fù)制代碼

客服QQ:

  1. {get('qq1')}
復(fù)制代碼

客服QQ:

  1. {get('qq2')}

復(fù)制代碼

客服QQ:

  1. {get('qq3')}
復(fù)制代碼

地址:

  1. {get('adderss')}
復(fù)制代碼

手機(jī):

  1. {get('mobile')}
復(fù)制代碼

電話:

  1. {get('tel')}
復(fù)制代碼

傳真:

  1. {get('fax')}
復(fù)制代碼

郵編:

  1. {get('postcode')}
復(fù)制代碼

郵件:

  1. {get('email')}
復(fù)制代碼

留言URL:

  1. {url('guestbook')}
復(fù)制代碼

會(huì)員登錄:

  1. {url('user')}
復(fù)制代碼

分類(lèi)列表分頁(yè):

  1. {type_pagination($typeid,'system/type_pagination.html')}
復(fù)制代碼

當(dāng)前分類(lèi)名稱:

  1. {$type[$typeid][typename]}
復(fù)制代碼

當(dāng)前分類(lèi)封面內(nèi)容:

  1. {$type[$typeid][typecontent]}
復(fù)制代碼

網(wǎng)站首頁(yè)地址:

  1. {$base_url}/
復(fù)制代碼

模板目錄地址:

  1. {$skin_path}/
復(fù)制代碼

內(nèi)容網(wǎng)頁(yè)標(biāo)題:

  1. {$archive[mtitle]}
復(fù)制代碼

內(nèi)容標(biāo)題:

  1. {$archive[title]}
復(fù)制代碼

分類(lèi)網(wǎng)頁(yè)標(biāo)題:

  1. {typename($meta_title)}
復(fù)制代碼

分類(lèi)名稱:

  1. {typename($typeid)}
復(fù)制代碼

模板------------------------------------------------------------

調(diào)用頁(yè)頭模板:

  1. {template 'header.html'}
復(fù)制代碼

調(diào)用頁(yè)底模板:

  1. {template 'footerer.html'}
復(fù)制代碼

內(nèi)容頁(yè)中縮略圖地址:

  1. {$archive[image]}
復(fù)制代碼

循環(huán)說(shuō)明:

相關(guān)文章調(diào)用:

  1. {loop article($typeid,32,'view',10) $i $arc}
     
  2. 鏈接:{$arc[url]}
     
  3. 標(biāo)題{$arc[title]}
     
  4. {/loop}
復(fù)制代碼

子級(jí)分類(lèi)調(diào)用同級(jí)分類(lèi)列表:

  1. <?php $t=position_p($typeid=9);?>
     
  2. 分類(lèi)鏈接:{$t.url}
     
  3. 分類(lèi)名稱:{$t['name']}
復(fù)制代碼

父級(jí)分類(lèi)頁(yè)循環(huán)子級(jí)分類(lèi)名稱及內(nèi)容列表:

  1. {loop type($typeid) $t}
     
  2. 子級(jí)分類(lèi)名稱:{$type[typename]}
     
  3. 子級(jí)分類(lèi)鏈接:{$type[url]}
     
  4. {loop article($t[typeid],20,'aid',10,true,'') $arc}
     
  5. 內(nèi)容發(fā)布時(shí)間:{$arc[adddate]}
     
  6. 內(nèi)容標(biāo)題:{$arc[title]}
     
  7. 內(nèi)容鏈接:{$arc[url]}">
     
  8. {/loop}
     
  9. {/loop}
復(fù)制代碼

分類(lèi)頁(yè)圖片內(nèi)容列表:

  1. {loop $archives $i $arc}
     
  2. 內(nèi)容標(biāo)題:{$arc[title]}
     
  3. 內(nèi)容鏈接:{$arc[url]}
     
  4. 內(nèi)容縮略圖:{$arc[image]}
     
  5. {/loop}
復(fù)制代碼

父級(jí)分類(lèi)循環(huán)子級(jí)分類(lèi)列表:

  1. {loop type($typeid) $t}
     
  2. 子級(jí)分類(lèi)鏈接:{typeurl($t[typeid])}
     
  3. 子級(jí)分類(lèi)名稱:{$t[typename]}
     
  4. {/loop}
復(fù)制代碼

分類(lèi)內(nèi)容帶內(nèi)容簡(jiǎn)介列表:

  1. {loop $archives $arc}
     
  2. 內(nèi)容添加時(shí)間:{$arc[adddate]}
     
  3. 內(nèi)容標(biāo)題:{$arc[title]}
     
  4. 內(nèi)容鏈接:{$arc[url]}
     
  5. 內(nèi)容簡(jiǎn)介:{$arc[introduce]}
     
  6. {/loop}
復(fù)制代碼