Ignore:
Timestamp:
Dec 23, 2013, 9:17:28 PM (10 years ago)
Author:
mistic100
Message:

update for 2.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Subscribe_to_comments/admin.php

    r21608 r26139  
    11<?php
    2 if (!defined('SUBSCRIBE_TO_PATH')) die('Hacking attempt!');
     2defined('SUBSCRIBE_TO_PATH') or die('Hacking attempt!');
    33
    44global $template, $page, $conf;
     
    88include_once(PHPWG_ROOT_PATH.'admin/include/tabsheet.class.php');
    99$page['tab'] = (isset($_GET['tab'])) ? $_GET['tab'] : 'subscriptions';
    10  
     10
    1111$tabsheet = new tabsheet();
    1212$tabsheet->add('subscriptions', l10n('Manage'), SUBSCRIBE_TO_ADMIN . '-subscriptions');
     
    2424  'SUBSCRIBE_TO_ADMIN' => SUBSCRIBE_TO_ADMIN,
    2525  ));
    26  
     26
    2727$template->assign_var_from_handle('ADMIN_CONTENT', 'stc_admin');
    28 
    29 ?>
Note: See TracChangeset for help on using the changeset viewer.