How can I create a menu thats shown on the right side of the gallery?
When the template.html is read, it is split in 2. What is before the {GALLERY} tag is output by the pageheader function, what is after by the pagefooter function. If your menu is in the “footer” you need to modify your theme.php file $template_vars = array( ‘{LANG_DIR}’ => $lang_text_dir, ‘{TITLE}’ => $CONFIG[‘gallery_name’].’ – ‘.$section, ‘{CHARSET}’ => $CONFIG[‘charset’] == ‘language file’ ? $lang_charset : $CONFIG[‘charset’], ‘{META}’ => $meta, ‘{GAL_NAME}’ => $CONFIG[‘gallery_name’], ‘{GAL_DESCRIPTION}’ => $CONFIG[‘gallery_description’], ‘{MAIN_MENU}’ => theme_main_menu(), ‘{ADMIN_MENU}’ => theme_admin_mode_menu() ); echo template_eval($template_header, $template_vars); will become $template_vars = array( ‘{LANG_DIR}’ => $lang_text_dir, ‘{TITLE}’ => $CONFIG[‘gallery_name’].’ – ‘.$section, ‘{CHARSET}’ => $CONFIG[‘charset’] == ‘language file’ ?