Login   Register  
PHP Classes
elePHPant
Icontem

File: templates/default/template.xtpl

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Stefan Gabos  >  RSS and Atom Feeds Processing API  >  templates/default/template.xtpl  >  Download  
File: templates/default/template.xtpl
Role: Auxiliary data
Content type: text/plain
Description: Default template file
Class: RSS and Atom Feeds Processing API
Get RSS and Atom feeds and display using templates
Author: By
Last change:
Date: 2007-02-05 10:38
Size: 453 bytes
 

Contents

Class file image Download
<!-- BEGIN: main -->
<div style="width:200px;font-family:tahoma;font-size:12px;" >
    <strong>{feed.title}</strong>
    <br /><br />
    <!-- BEGIN: item -->
    <div>
        <strong><a href="{item.link.alternate.0}">{autodiscover.title}</a></strong>
    </div>
    <div>
        {autodiscover.description}
    </div>
    <div>
        {autodiscover.date}
    </div>
    <br /><br />
    <!-- END: item -->
</div>
<!-- END: main -->