[Comoblog-commit] comoblog/include xtemplate.inc.php,1.2,1.3
Status: Inactive
Brought to you by:
markwallis
|
From: Mark W. \(a. serialmonkey\) <mar...@us...> - 2005-09-02 02:35:38
|
Update of /cvsroot/comoblog/comoblog/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29426/include Modified Files: xtemplate.inc.php Log Message: Mass name updates Index: xtemplate.inc.php =================================================================== RCS file: /cvsroot/comoblog/comoblog/include/xtemplate.inc.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- xtemplate.inc.php 2 Sep 2005 01:06:15 -0000 1.2 +++ xtemplate.inc.php 2 Sep 2005 02:35:30 -0000 1.3 @@ -94,7 +94,7 @@ if (CFG_TITLE != '' && CFG_SHOW_TITLE == 'yes') $this->parse('main.title'); if (CFG_LOGO_IMG != '') $this->parse('main.logo'); if (CFG_INTRO_TEXT != '' && ($parse_intro)) $this->parse('main.intro'); - if (CFG_DISPLAY_EASYMOBLOGO == 'yes') $this->parse('main.comoblogo'); + if (CFG_DISPLAY_COMOBLOGO == 'yes') $this->parse('main.comoblogo'); /* end default values ----------------------------------------------------*/ |