hi, i think the problème are resolved in other topic, but i have search and i dont find
i have install coppermine, and when i create catégory + add image, all link have same title
exemple in racine site www.bibi.tt title = bibi
in www.bibi.tt/coppermine-catégorie1.php title = bibi
www.bibi.tt/coppermine-catégorie1/image1 title = bibi
i need this
www.bibi.tt/coppermine-catégorie1.php title = bibi + catégorie1
www.bibi.tt/coppermine-catégorie1/image1 title = bibi + catégorie 1 + image 1
title depend name at catégorie and image
i have see other web site have this, and i dont find how he have make it
i have see this in theme.php
Quotefunction pageheader($section, $meta = '')
{
global $CONFIG, $THEME_DIR;
global $template_header, $lang_charset, $lang_text_dir;
//header('P3P: CP="CAO DSP COR CURa ADMa DEVa OUR IND PHY ONL UNI COM NAV INT DEM PRE"');
user_save_profile();
$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);
}
its here ? if any know