How to change the logo
Posted: 18 Jun 2014, 09:15
firstly,
in this file/protected/views/layouts/main.php
find the line:
secondly,
in this file/protected/views/layouts/compare.php
find the line:
and just change it.
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.