<!-- DEBUG-VIEW START 1 APPPATH/Views/partials/main_menu_widgets_js.php --> <script> loadWidget({ module: 'videos', cell: 'VideoCategoryCell', method: 'render', context: 'main-menu', target: '#main-menu-videos-categories-widget', viewType: 'thumbnail', where: { main_menu_show: true, 'items_count >': '0' }, orderBy: 'name ASC', }); </script> <script> loadWidget({ module: 'actors', cell: 'ActorWidgetCell', method: 'render', context: 'main-menu', target: '#main-menu-actors-widget', style: 'tab-1', limit: '5', orderBy: 'views ASC', }); </script> <script> loadWidget({ module: 'channels', cell: 'ChannelWidgetCell', context: 'main-menu', method: 'render', target: '#main-menu-channels-widget', viewType: 'thumbnail', style: 'tab-1', limit: '5', orderBy: 'views ASC', }); </script> <!-- DEBUG-VIEW ENDED 1 APPPATH/Views/partials/main_menu_widgets_js.php -->