Changeset 393 for trunk/about.php


Ignore:
Timestamp:
Mar 20, 2004, 1:52:37 AM (20 years ago)
Author:
gweltas
Message:
  • Template migration
  • Admin Control Panel migration
  • Language migration
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/about.php

    r369 r393  
    3737
    3838$template->set_filenames(array('about'=>'about.tpl'));
    39 initialize_template();
    40 
    4139$template->assign_vars(array(
    4240        'PAGE_TITLE' => $title,
    4341        'L_ABOUT' => $lang['about_message'],
    4442        'L_RETURN' =>  $lang['about_return'],
    45         'U_RETURN' => add_session_id('./category.php?'.$_SERVER['QUERY_STRING'])
     43        'U_RETURN' => add_session_id(PHPWG_ROOT_PATH.'category.php?'.$_SERVER['QUERY_STRING'])
    4644        )
    4745        );
Note: See TracChangeset for help on using the changeset viewer.