How can I combine the elements in the main menu with the elements in the submenu? I tried placing all the submenu items in the $template_sys_menu in my template but that didn't work. I'm just looking to have all the elements on the same line.
Post a link to your gallery and what you did so far (the content of your theme.php).
I would but the site is on an intranet and therefor not publicly accessible. I haven't done much customization but I can post the theme.php file if that would help.
Zip up your custom theme and attach it to your posting then.
Zipped and attached. I'm using a modified water_drop theme.
That's little surprise: you have a linebreak between the sys-menu and the sub-menu placeholder tokens in your template. Edit themes/yourtheme/template.html, find{SYS_MENU}<br />{SUB_MENU}
and replace with{SYS_MENU} | {SUB_MENU}
no, no, no it couldn't have possibly been that simple (bows head in shame and goes off to sit in the corner) :-X