[Comoblog-commit] comoblog/include xtemplate.inc.php,1.1.1.1,1.2
Status: Inactive
Brought to you by:
markwallis
|
From: Mark W. \(a. serialmonkey\) <mar...@us...> - 2005-09-02 01:06:27
|
Update of /cvsroot/comoblog/comoblog/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24940/include Modified Files: xtemplate.inc.php Log Message: Mass search-replace Easymoblog->Comoblog Index: xtemplate.inc.php =================================================================== RCS file: /cvsroot/comoblog/comoblog/include/xtemplate.inc.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- xtemplate.inc.php 16 Aug 2005 05:49:46 -0000 1.1.1.1 +++ xtemplate.inc.php 2 Sep 2005 01:06:15 -0000 1.2 @@ -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.easymoblogo'); + if (CFG_DISPLAY_EASYMOBLOGO == 'yes') $this->parse('main.comoblogo'); /* end default values ----------------------------------------------------*/ |