Ignore:
Timestamp:
Apr 2, 2011, 11:43:40 AM (13 years ago)
Author:
mistic100
Message:
  • many corrections
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/ContestResults/admin/get_tn.php

    r9745 r9975  
    11<?php
    2 define('PHPWG_ROOT_PATH','../../../');
     2define('PHPWG_ROOT_PATH','./../../../');
    33define('IN_ADMIN', true);
    44include_once(PHPWG_ROOT_PATH.'include/common.inc.php');
     
    99
    1010if (!pwg_db_num_rows($image)) {
    11         //$themeconf = $template->get_template_vars('themeconf');
    12         //$data['TN_SRC'] = $themeconf['admin_icon_dir'] . '/errors.png';
    1311        $data['TN_SRC'] = 'admin/themes/default/icon/errors.png';
    1412        $data['IMAGE_NAME'] = 'N/A';
Note: See TracChangeset for help on using the changeset viewer.