Ignore:
Timestamp:
Dec 26, 2013, 1:22:47 PM (10 years ago)
Author:
mistic100
Message:

update for 2.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/pbase2piwigo/admin.php

    r17314 r26201  
    11<?php
    2 if (!defined('PBASE_PATH')) die('Hacking attempt!');
     2defined('PBASE_PATH') or die('Hacking attempt!');
    33
    44global $template, $page, $conf;
    55
    6 // $conf['pbase2piwigo'] = unserialize($conf['pbase2piwigo']);
    76load_language('plugin.lang', PBASE_PATH);
    87
     
    2120  'PBASE_ADMIN' => PBASE_ADMIN,
    2221  ));
     22
    2323$template->assign_var_from_handle('ADMIN_CONTENT', 'pbase2piwigo');
    24 
    25 ?>
Note: See TracChangeset for help on using the changeset viewer.