[Comoblog-commit] modules/mod_fortune_db/templates/sidebar mod_fortune_db.tpl.htm,1.1,1.2
Status: Inactive
Brought to you by:
markwallis
|
From: iamdecal <iam...@us...> - 2006-02-16 14:22:28
|
Update of /cvsroot/comoblog/modules/mod_fortune_db/templates/sidebar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19170/templates/sidebar Modified Files: mod_fortune_db.tpl.htm Log Message: I've added the admin sections for this, it can be seen working in the top bar of http://www.iamdecal.co.uk so it just needs some peer review before release iamdecal 2006-02-16 ---------------------------------------------------------------------- Enter Log. Lines beginning with `CVS:' are removed automatically Committing in . Modified Files: index.php mod_fortune_db.php css/mod_fortune_db.css.php img/mod_fortune_db.gif img/mod_fortune_db_big.gif include/mod_fortune_db.inc.php install/mod_fortune_db.xml templates/sidebar/mod_fortune_db.tpl.htm templates/top/mod_fortune_db.tpl.htm ---------------------------------------------------------------------- Index: mod_fortune_db.tpl.htm =================================================================== RCS file: /cvsroot/comoblog/modules/mod_fortune_db/templates/sidebar/mod_fortune_db.tpl.htm,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- mod_fortune_db.tpl.htm 1 Feb 2006 17:28:59 -0000 1.1 +++ mod_fortune_db.tpl.htm 16 Feb 2006 14:22:19 -0000 1.2 @@ -1,9 +1,6 @@ -<!-- BEGIN: main --> -<div id="mod_fortune_db"> - - <!-- BEGIN: item --> - {ITEM.mod_fortune_db_title} - {ITEM.mod_fortune_content} -<!-- END: item --> -</div> -<!-- END: main --> +<!-- BEGIN: main --> +<div id="mod_fortune_db"> + {MOD_FORTUNE_DB_TITLE} + {MOD_FORTUNE_CONTENT} +</div> +<!-- END: main --> |