2012-01-11 29 views

回答

0

要顯示你的形象,你可以這樣做:

有用於製作文件列表插件的文件尚未公佈,但你有插件的代碼說明系統/ CMS/modules/files/plugin.php

/** 
* Files listing 
* 
* Creates a list of files 
* 
* Usage: 
* 
* {{ files:listing folder="home-slider" type="i" fetch="subfolder|root" }} 
* // your html logic 
* {{ /files:listing }} 
* 
* The tags that are available to use from this method are listed below 
* 
* {id} 
* {folder_id} 
* {user_id} 
* {type} 
* {name} 
* {filename} 
* {description} 
* {extension} 
* {mimetype} 
* {width} 
* {height} 
* {filesize} 
* {date_added} 
* 
* @return array 
*/