Changeset 225 for trunk/admin/update.php


Ignore:
Timestamp:
Nov 2, 2003, 12:18:25 PM (21 years ago)
Author:
z0rglub
Message:

Modifying ../template in ./template since admin.php has moved to the PhpWebGallery root directory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/update.php

    r160 r225  
    3434    $result = get_cat_info( $cat_id );
    3535    // 1. display the category name to update
    36     $src = '../template/'.$user['template'].'/admin/images/puce.gif';
     36    $src = './template/'.$user['template'].'/admin/images/puce.gif';
    3737    $output = '<img src="'.$src.'" alt="&gt;" />';
    3838    $output.= '<span style="font-weight:bold;">'.$result['name'][0].'</span>';
     
    382382    $categories[$i] = $dir;
    383383
    384     $src = '../template/'.$user['template'].'/admin/images/puce.gif';
     384    $src = './template/'.$user['template'].'/admin/images/puce.gif';
    385385    $output.= '<img src="'.$src.'" alt="&gt;" />';
    386386    $output.= '<span style="font-weight:bold;">'.$dir.'</span>';
     
    564564}
    565565//----------------------------------------------------- template initialization
    566 $sub = $vtp->Open( '../template/'.$user['template'].'/admin/update.vtp' );
     566$sub = $vtp->Open( './template/'.$user['template'].'/admin/update.vtp' );
    567567$tpl = array( 'update_default_title', 'update_only_cat', 'update_all',
    568568              'update_research_conclusion', 'update_deletion_conclusion',
Note: See TracChangeset for help on using the changeset viewer.