Ignore:
Timestamp:
May 20, 2010, 10:21:29 PM (14 years ago)
Author:
EXFTB
Message:

2.1.b fix minor bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/LLGBO2/admin/llgbo_admin.php

    r6241 r6259  
    3434include(LLGBO_PATH.'defaultvalues.php');
    3535
    36 
     36/* ****************************************************** */
     37/* Plugin template initialisation for admin panel display */
     38/* ****************************************************** */
     39global $template , $conf,$lang;
     40{$template->assign( 'LLGBO_VERSION' , LLGBO_INFO_VERSION);}
     41$me = get_plugin_data($plugin_id);
     42$template->assign('LLGBOINFO','');
     43// 
     44$query =" SELECT ID FROM  piwigo_themes where id like '%gally%' " ;
     45$result = pwg_query($query);
     46 while ($row = pwg_db_fetch_assoc($result))
     47 {      $template->assign( 'GALLY', 'Msg');     }
     48//
    3749// +-----------------------------------------------------------------------+
    3850// |                            Tabssheet
     
    5062$disptabframe = 'false';
    5163$disptabheader = 'false';       
    52                            
     64$tabsheet->select($page['tab']);
    5365if (!isset($_POST['llgbo_frame'])   )
    5466        {$disptabframe = $conf['LLGBO_SETTINGS'][0] ;} 
     
    97109{$template->set_filenames( array('llgbo_admin_content' => dirname(__FILE__).'/llgbo_adminheader.tpl') );}
    98110$tabsheet->select($page['tab']);
    99 /* ****************************************************** */
    100 /* Plugin template initialisation for admin panel display */
    101 /* ****************************************************** */
    102 global $template , $conf,$lang;
    103 {$template->assign( 'LLGBO_VERSION' , LLGBO_INFO_VERSION);}
    104 $me = get_plugin_data($plugin_id);
    105 $template->assign('LLGBOINFO','');
    106 // Load configuration settings from database
    107 
    108111
    109112$template->append('head_elements',
Note: See TracChangeset for help on using the changeset viewer.