Page 1 of 1

How to change the logo

PostPosted: 18 Jun 2014, 09:15
by support
firstly,

in this file/protected/views/layouts/main.php
find the line:
Code: Select all
<img width="259" height="50" alt="<?php echo CHtml::encode($this->pageDescription); ?>" src="<?php echo $baseUrl?>/images/pages/logo-open-ore.png" id="logo" />


secondly,

in this file/protected/views/layouts/compare.php
find the line:
Code: Select all
<img width="259" height="50" alt="<?php echo CHtml::encode($this->pageDescription); ?>" src="<?php echo Yii::app()->request->baseUrl?>/images/pages/logo-open-ore.png" id="logo" />



and just change it.