Ignore:
Timestamp:
Dec 26, 2013, 12:48:21 PM (10 years ago)
Author:
mistic100
Message:

update for 2.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/instagram2piwigo/admin.php

    r19561 r26199  
    11<?php
    2 if (!defined('INSTAG_PATH')) die('Hacking attempt!');
     2defined('INSTAG_PATH') or die('Hacking attempt!');
    33
    44global $template, $page, $conf;
    55
    6 $conf['Instagram2Piwigo'] = unserialize($conf['Instagram2Piwigo']);
    76load_language('plugin.lang', INSTAG_PATH);
    87
     
    3130  'INSTAG_ADMIN' => INSTAG_ADMIN,
    3231  ));
     32
    3333$template->assign_var_from_handle('ADMIN_CONTENT', 'Instagram2Piwigo');
    34 
    35 ?>
Note: See TracChangeset for help on using the changeset viewer.