Ignore:
Timestamp:
Jun 22, 2006, 8:17:47 PM (18 years ago)
Author:
nikrou
Message:

issue 426 step 1 reverted:
svn merge -r1466:1465 .
svn merge -r1463:1462 .

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/page_header.php

    r1366 r1376  
    2929// Start output of page
    3030//
    31 if (defined('IN_ADMIN') && IN_ADMIN)
    32 {
    33   $template->set_rootdir(PHPWG_ROOT_PATH.'template/admin/'.$user['template']);
    34   $template->set_filenames(array('header'=>'header.tpl'));
    35 }
    36 else
    37 {
    38   $template->set_rootdir(PHPWG_ROOT_PATH.'template/public/'.$user['template']);
    39   $template->set_filenames(array('header'=>'header.tpl'));
    40 }
     31$template->set_filenames(array('header'=>'header.tpl'));
    4132
    4233$template->assign_vars(
Note: See TracChangeset for help on using the changeset viewer.