Hi,
I am a new comer and I have found the Marinelli Theme from the drupal site. I have created few menus through Admin page, and, for one of the menus I have created sub-menu.
I want now that when I click on one of the sub-menu it should open up a new page. But, this page should have the same look and feel of the Marinelli Theme, and, not a different page with different formats and styles.
I'm quite new in Drupal and I don't manage to list submenus for Main Menu. Actually for a while all worked ok, but suddenly instead of menu it's listed only "Array".
So:
1. on Structure -> Menus -> Main Menu -> list links I have all my links Enabled and the one that contains submenu has "Show as expanded" checked
2. on page.tpl I have print render($page['navigation'])
3. on template.php under function themename_menu_link()
I'm using the Bootstrap sub-theme and wanted to add a class of img-responsive to all img tags. I used theme_image() for this. It works, i just want to be sure I'm using Drupal properly....
I installed the Panels Extra Layouts module and copied the 'three_four_adaptive' folder into my theme's 'Layout' folder and renamed the folder, files, and references to the new name, 'pmg_three_four_adaptive' because I wanted to name the regions differently. For example,
'11' => t('Header left'), is now '11' => t('Row1 col-1'), and so on.