Ignore:
Timestamp:
Mar 21, 2008, 2:01:25 AM (16 years ago)
Author:
rvelices
Message:
  • minor language changes and use template->assign instead of template->assign_var
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/configuration.php

    r2249 r2288  
    55// | Copyright (C) 2003-2008 PhpWebGallery Team - http://phpwebgallery.net |
    66// +-----------------------------------------------------------------------+
    7 // | branch        : BSF (Best So Far)
    8 // | file          : $RCSfile$
     7// | file          : $Id$
    98// | last update   : $Date$
    109// | last modifier : $Author$
     
    174173$action.= '&section='.$page['section'];
    175174
    176 $template->assign_vars(
     175$template->assign(
    177176  array(
    178177    'U_HELP' => get_root_url().'popuphelp.php?page=configuration',
    179 
    180178    'F_ACTION'=>$action
    181179    ));
Note: See TracChangeset for help on using the changeset viewer.