Changeset 394 for trunk/picture.php


Ignore:
Timestamp:
Mar 26, 2004, 6:08:09 PM (20 years ago)
Author:
gweltas
Message:
  • Template migration
  • Admin Control Panel migration
  • Category management
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/picture.php

    r393 r394  
    277277if (is_numeric( $page['cat'] ))
    278278{
    279   $title_img = replace_space(get_cat_display_name( $page['cat_name'], " > ","font-style:italic;" ));
     279  $title_img = replace_space(get_cat_display_name( $page['cat_name'], " > "));
    280280  $n = $page['num'] + 1;
    281281  $title_nb = "Photo".' '.$n.'/';
Note: See TracChangeset for help on using the changeset viewer.