斗罗大陆樱花视频,日本欧美大码a在线视频播放,亚洲视频在线观看网址,欧美性受XXXX黑人XYX性爽

函數說明

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

網站全稱:

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

軟件版本:

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

網站URL:

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

網站名稱:

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

ICP備案:

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

網站關鍵詞:

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

網站描述:

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

網站版權:

  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]}
復制代碼

當前分類封面內容:

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

網站首頁地址:

  1. {$base_url}/
復制代碼

模板目錄地址:

  1. {$skin_path}/
復制代碼

內容網頁標題:

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

內容標題:

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

分類網頁標題:

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

分類名稱:

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

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

調用頁頭模板:

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

調用頁底模板:

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

內容頁中縮略圖地址:

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

循環說明:

相關文章調用:

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

子級分類調用同級分類列表:

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

父級分類頁循環子級分類名稱及內容列表:

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

分類頁圖片內容列表:

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

父級分類循環子級分類列表:

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

分類內容帶內容簡介列表:

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