Ignore:
Timestamp:
May 27, 2012, 11:48:53 PM (12 years ago)
Author:
grum
Message:

feature:2635 - Compatibility with Piwigo 2.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/ASearchEngine/ase_root.class.inc.php

    r7374 r15360  
    191191    /**
    192192     *  return all HTML&JS code necessary to display a dialogbox to choose
    193      *  HD picture
    194      */
    195     static public function dialogBoxASEHD()
    196     {
    197       global $template;
    198 
    199       $template->set_filename('ase_hd_choose',
    200                     dirname(__FILE__).'/templates/ase_dialog_hd_choose.tpl');
    201 
    202       return($template->parse('ase_hd_choose', true));
    203     }
    204 
    205     /**
    206      *  return all HTML&JS code necessary to display a dialogbox to choose
    207193     *  rate on picture
    208194     */
Note: See TracChangeset for help on using the changeset viewer.