Ignore:
Timestamp:
Mar 16, 2007, 7:49:19 PM (17 years ago)
Author:
rub
Message:

Add the last (before 1.8) tabsheet on administration menu (Waiting elements).
Small change way mail function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/comments.php

    r1900 r1915  
    33// | PhpWebGallery - a PHP based picture gallery                           |
    44// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
    5 // | Copyright (C) 2003-2005 PhpWebGallery Team - http://phpwebgallery.net |
     5// | Copyright (C) 2003-2007 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$
     
    3231
    3332include_once(PHPWG_ROOT_PATH.'admin/include/functions.php');
     33include_once(PHPWG_ROOT_PATH.'admin/include/functions_waiting.inc.php');
    3434
    3535// +-----------------------------------------------------------------------+
     
    122122$template->set_filenames(array('comments'=>'admin/comments.tpl'));
    123123
     124// TabSheet initialization
     125waiting_tabsheet();
     126
    124127$template->assign_vars(
    125128  array(
Note: See TracChangeset for help on using the changeset viewer.