[Comoblog-commit] modules/mod_randomthumb/templates/sidebar mod_randomthumb.tpl.htm,NONE,1.1
Status: Inactive
Brought to you by:
markwallis
|
From: iamdecal <iam...@us...> - 2005-11-27 19:31:31
|
Update of /cvsroot/comoblog/modules/mod_randomthumb/templates/sidebar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5426/mod_randomthumb/templates/sidebar Added Files: mod_randomthumb.tpl.htm Log Message: initial add, just to make sure ive got the hang of it. mod_randomthumb displays a random thumbmail image and links it to the relevant post. had loads of trouble getting this to commit, so i still need to double check its all here --- NEW FILE: mod_randomthumb.tpl.htm --- <!-- BEGIN: main --> <div id="mod_randomthumb"> <!-- BEGIN: item --> {ITEM.mod_randomthumb_title} <a href="{ITEM.postlink}"> <img alt="{ITEM.postalt}" src="{ITEM.imageurl}" width="{ITEM.imagewidth}px" border="0px"/> </a> <br /> {ITEM.postalt} <!-- END: item --> </div> <!-- END: main --> |