Changeset 4714 for extensions/LLGBO2


Ignore:
Timestamp:
Jan 20, 2010, 9:24:00 PM (14 years ago)
Author:
EXFTB
Message:

Avoid problems with Gally

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/LLGBO2/main.inc.php

    r4713 r4714  
    191191/////////////////////////////////////////////////////////////////       
    192192if ($ThePicture['is_picture'] <> 1 )    {  return $content;  ; }       
     193//
    193194if ( strtoupper($tpl_name) == 'GALLY') {
    194  return $content;  ; }  // Not compliant with Gally
     195                                        return $content;  ; }   // Not compliant with Gally
    195196/////////////////////////////////////////////////////////////////       
    196197If (($conf['LLGBO_SETTINGS'] [1]  == 'true' )/*  tooltip display  */  or ($conf['LLGBO_SETTINGS'] [0] == 'true') /*  frame  */  )
    197198                        {$linkcss = '<link rel="stylesheet" type="text/css" href="'.LLGBO_PATH;
    198199                        $template->append('head_elements',$linkcss.'css/gbolook.css">');
    199                          $template->append('head_elements',"\n".' <STYLE type="text/css">#theImage{margin:auto;overflow: hidden;z-index:1}
     200                         $template->append('head_elements',"\n".' <STYLE type="text/css">#theImage{margin:auto;overflow: hidden;}
    200201                         </STYLE>');
    201202                          }
Note: See TracChangeset for help on using the changeset viewer.