Ignore:
Timestamp:
Jul 13, 2012, 3:26:50 PM (12 years ago)
Author:
patdenice
Message:

Compatible with piwigo 2.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/PWG_Stuffs/trunk/modules/Recent/main.inc.php

    r16690 r16691  
    33if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
    44
    5 global $page, $user, $conf;
     5global $page, $user, $conf, $template;
    66
    77$page_save = $page;
     8$tpl_save = $template->get_template_vars('THUMBNAILS');
    89
    910if (script_basename() == 'picture'
     
    6465
    6566$page = $page_save;
     67$template->assign('THUMBNAILS', $tpl_save);
    6668
    6769?>
Note: See TracChangeset for help on using the changeset viewer.