[Comoblog-commit] modules/mod_blogrolling/templates/topbardropdown mod_blogrolling.tpl.htm,NONE,1.1
Status: Inactive
Brought to you by:
markwallis
|
From: iamdecal <iam...@us...> - 2006-02-23 23:05:31
|
Update of /cvsroot/comoblog/modules/mod_blogrolling/templates/topbardropdown In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11362/mod_blogrolling/templates/topbardropdown Added Files: mod_blogrolling.tpl.htm Log Message: wasnt in cvs so ive added it to fix a bug raised on the forums, - also added some of the stuff thats in use on my site --- NEW FILE: mod_blogrolling.tpl.htm --- <!-- BEGIN: main --> <select name="mod_blogrolling" class="topbar_selector" onchange="if(this.value!='nolink') window.open(this.value,'','');"> <option value="nolink">{CFG_MOD_BLOGROLLING_TOPLINE}</option> <!-- BEGIN: item --> <option value="{ITEM.blogrolling_url}">{ITEM.blogrolling_title}</option> <!-- END: item --> </select> <!-- END: main --> |