Hi everyone. Can anyone tell me how i insert my logo in my Yii application.I mean i want to replace my web logo with "My Web Application" and also i want to insert a favicon in my Yii application.How could i do this?
Hi everyone. Can anyone tell me how i insert my logo in my Yii application.I mean i want to replace my web logo with "My Web Application" and also i want to insert a favicon in my Yii application.How could i do this?
Edit these 2 files:
• Layout file: path\to\myapp\protected\views\layouts\main.php
• Config file: path\to\myapp\protected\config\main.php
Check out this post…it has the info you want to know.