Ignore:
Timestamp:
Oct 24, 2010, 2:48:41 PM (14 years ago)
Author:
grum
Message:

Add search by tag ; improve css theming ; add en_Uk language

File:
1 edited

Legend:

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

    r7318 r7374  
    141141
    142142
    143     /**
    144      *  return all HTML&JS code necessary to display a dialogbox to choose
    145      *  tags
    146      */
    147     static public function dialogBoxASETags()
    148     {
    149       global $template;
    150 
    151       $template->set_filename('ase_tag_choose',
    152                     dirname(__FILE__).'/templates/ase_dialog_tag_choose.tpl');
    153 
    154       return($template->parse('ase_tag_choose', true));
    155     }
    156143
    157144
     
    230217    }
    231218
     219    /**
     220     *  return all HTML&JS code necessary to display a dialogbox to choose
     221     *  tags on picture
     222     */
     223    static public function dialogBoxASETag()
     224    {
     225      global $template;
     226
     227      $template->set_filename('ase_tag_choose',
     228                    dirname(__FILE__).'/templates/ase_dialog_tag_choose.tpl');
     229
     230      return($template->parse('ase_tag_choose', true));
     231    }
     232
    232233  } //ASE_functions
    233234
Note: See TracChangeset for help on using the changeset viewer.