Answer the question
In order to leave comments, you need to log in
Where can I find a widget display template in Yii?
There is a menu that is displayed in the template file with this code:
<?php $this->widget("MenuWidget",array("id_menu"=>4,"template"=>"topmenu")); ?>
Answer the question
In order to leave comments, you need to log in
widgets in Yii usually generate html themselves without referring to templates, look for the MenuWidget class and see where they put the template there. You can search directly in php files, by substring:
"class MenuWidget"
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question