Ignore:
Timestamp:
Mar 16, 2013, 8:32:05 PM (11 years ago)
Author:
mistic100
Message:

code clean, add admin list of all subscribers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Subscribe_to_comments/include/subscribtions_page.inc.php

    r21441 r21608  
    11<?php
    2 if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
     2if (!defined('SUBSCRIBE_TO_PATH')) die('Hacking attempt!');
    33
    44global $template, $conf, $page, $user;
     
    251251}
    252252
    253 $template->set_filenames(array('index'=> dirname(__FILE__).'/../template/subscribtions_page.tpl'));
     253$template->set_filename('index', realpath(SUBSCRIBE_TO_PATH . 'template/subscribtions_page.tpl'));
    254254
    255255?>
Note: See TracChangeset for help on using the changeset viewer.