Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can I create a menu thats shown on the right side of the gallery?

create gallery menu right
0
Posted

How can I create a menu thats shown on the right side of the gallery?

0

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’ ?

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123