Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
Classes of Jose Maria Rodriguez Millan | > | Siviglia Templating 2 | > | tests/widgets/NEWSBOX3.wid | > | Download | ||
|
Download |
<div style="padding-left:5px;width:625px;border:1px solid black;background-color:orange;"> [_TITLE][*:SIMPLETITLE][_*][#][#] <div> <?php for($k=0;$k<count($source);$k++) { $iterator=$source[$k]; ?> [_NEWS] <div style="float:left;margin-right:5px"> [*:BOX] [_:TITLE][_TITLE][_*][#][#] [_:CONTENTS][_TITLE][_*][#][#] [#] </div> [#] <?php } ?> <div style="clear:both"></div> <br> </div> </div> |