[ Index ] |
|
Code source de LifeType 1.2.4 |
1 <!DOCTYPE xbel PUBLIC "+//IDN python.org///DTD XML Bookmark Exchange Language 1.0//EN//XML" 2 "http://www.python.org/topics/xml/dtds/xbel-1.0.dtd"> 3 <xbel> 4 <title>{$blog->getBlog()}</title> 5 <desc>{$blog->getAbout()}</desc> 6 {foreach from=$mylinkscategories item=linkcategory} 7 <folder id="{$linkcategory->getId()}"> 8 <title>{$linkcategory->getName()}</title> 9 {foreach from=$linkcategory->getLinks() item=link} 10 {assign var="postDate" value=$link->getDateObject()} 11 <bookmark href="{$link->getUrl()}" added="{$locale->formatDate($postDate, "%Y-%m-%d %H:%M:%S")}"> 12 <title>{$link->getName()}</title> 13 <desc>{$link->getDescription()}</desc> 14 </bookmark> 15 {/foreach} 16 </folder> 17 {/foreach} 18 </xbel>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Mon Nov 26 21:04:15 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |