Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: give me title  (Read 3475 times)

0 Members and 1 Guest are viewing this topic.

johndiony

  • Coppermine newbie
  • Offline Offline
  • Posts: 2
give me title
« on: September 05, 2008, 06:13:58 pm »

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

Quote
function 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
Logged
Pages: [1]   Go Up
 

Page created in 0.015 seconds with 19 queries.