This object is in archive! 

Source code for widget

Archived Kasper W. 11 years ago

Hi

Where do I find the source code for the widget? I wish to make some smaller changes to the layout, but can't seem to find the source code.


Thanks

Best Answer
photo

This template list is responsible for rendering two widget types, "Feedback" and "Search":


\application\modules\system\templates\system_widget_index-advanced.phtml

\application\modules\system\templates\system_widget_index.phtml

\application\modules\system\templates\system_responses_quick-search-widget.phtml

\application\modules\system\templates\search_widget.phtml

\application\modules\system\templates\feedback_widget.phtml

\application\modules\system\templates\_responses_list_widget_adv.phtml

\application\templates\forms\response-add-widget.phtml

\application\templates\forms\widget-feedback.phtml

\application\templates\forms\response-add-widget.phtml


We do not recommend to change the system templates. Override it in your theme instead.

Replies (1)

photo
1

This template list is responsible for rendering two widget types, "Feedback" and "Search":


\application\modules\system\templates\system_widget_index-advanced.phtml

\application\modules\system\templates\system_widget_index.phtml

\application\modules\system\templates\system_responses_quick-search-widget.phtml

\application\modules\system\templates\search_widget.phtml

\application\modules\system\templates\feedback_widget.phtml

\application\modules\system\templates\_responses_list_widget_adv.phtml

\application\templates\forms\response-add-widget.phtml

\application\templates\forms\widget-feedback.phtml

\application\templates\forms\response-add-widget.phtml


We do not recommend to change the system templates. Override it in your theme instead.

Replies have been locked on this page!