函數(shù)說明

  

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

網(wǎng)站全稱:

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

軟件版本:

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

網(wǎng)站URL:

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

網(wǎng)站名稱:

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

ICP備案:

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

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

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

網(wǎng)站描述:

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

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

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

客服QQ:

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

客服QQ:

  1. {get('qq2')}

復制代碼

客服QQ:

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

地址:

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

手機:

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

電話:

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

傳真:

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

郵編:

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

郵件:

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

留言URL:

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

會員登錄:

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

分類列表分頁:

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

當前分類名稱:

  1. {$type[$typeid][typename]}
復制代碼

當前分類封面內(nèi)容:

  1. {$type[$typeid][typecontent]}
復制代碼

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

  1. {$base_url}/
復制代碼

模板目錄地址:

  1. {$skin_path}/
復制代碼

內(nèi)容網(wǎng)頁標題:

  1. {$archive[mtitle]}
復制代碼

內(nèi)容標題:

  1. {$archive[title]}
復制代碼

分類網(wǎng)頁標題:

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

分類名稱:

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

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

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

  1. {template 'header.html'}
復制代碼

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

  1. {template 'footerer.html'}
復制代碼

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

  1. {$archive[image]}
復制代碼

循環(huán)說明:

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

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

子級分類調(diào)用同級分類列表:

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

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

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

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

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

父級分類循環(huán)子級分類列表:

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

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

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