I use the free version , and want to change the LOGO , by click follow this
*https://open-real-estate.info/en/blog/instructions/open-real-estate-settings-after-the-installation
So, I go to my site http://www.homeland.in.th/home
.../themes/atlas/views/layouts/main.php...
2. I did not find the LOGO Script>>>> in main.php
xxxx
<div class="logo">
<a title="<?php echo Yii::t('common', 'Go to main page'); ?>" href="<?php echo Yii::app()->controller->createAbsoluteUrl('/'); ?>">
<div class="logo-img"> <img width="77" height="70" alt="" src="<?php echo Yii::app()->theme->baseUrl; ?>/images/pages/logo-open-ore.png" /></div>
<div class="logo-text"><?php echo CHtml::encode(Yii::app()->name);?></div>
</a>
</div>
xxxx
3. ???? How to change the LOGO
please help
SOMHATHAI