Ignore:
Timestamp:
Nov 19, 2010, 2:31:09 PM (14 years ago)
Author:
cljosse
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Autosize/autosize.inc.php

    r7817 r7820  
    145145if ( !empty($content) )   {  return $content;  }       
    146146if ($ThePicture['is_picture'] <> 1 )    {  return $content;  ; }       
    147  $tpls=' {known_script id="jquery" src=$ROOT_URL|@cat:"themes/default/js/jquery.packed.js" now=1}';
    148          $autosizejs = '<script type="text/javascript" charset="utf-8"  src="'.$ROOT_URL;
     147
     148         $autosizejs = '<script type="text/javascript" charset="utf-8"  src="';
    149149              $autocss =   $autosizejs.'themes/default/js/jquery.packed.js"></script>'."\n";
    150150                  $template->append('head_elements',$autocss);
    151151
    152 $autocss="<script type='text/javascript'>
    153 jQuery('#theImage').css({opacity:'0.1'});
     152                $autocss="<script type='text/javascript'>
     153jQuery('#theImage').css({opacity:'0.0'});
    154154</script>";
    155155
     
    186186           global  $template,$user,$conf,$picture ,$page;
    187187           //userDefManage ??
    188                 $my_path =  basename(dirname(__FILE__)).'/' ;
    189             $my_path = dirname(__FILE__).'/';
     188                        $my_path =  basename(dirname(__FILE__)).'/' ;
     189                        $my_path = dirname(__FILE__).'/';
    190190                        $debug = isset($conf['debug']) ? $conf['debug'] : false ;
    191191                        $cl_conflit =  isset($conf['cl_conflit']) ? $conf['cl_conflit'] : 'true' ;
    192                           $theme=$user['theme'];
    193                                 $template->assign(
    194                                                 array('ma_page' =>      $page['body_id'],
    195                                                 'cl_conflit' => $cl_conflit  ,
    196                                                 'theme' => $theme  ,
    197                                                 'DEBUG' => $debug   ,
    198                                                 'AUTOSIZE_PATH' => AUTOSIZE_PATH)
    199                                                  );
     192                        $theme=$user['theme'];
     193                        $template->assign(
     194                                        array('ma_page' =>      $page['body_id'],
     195                                        'cl_conflit' => $cl_conflit  ,
     196                                        'theme' => $theme  ,
     197                                        'DEBUG' => $debug   ,
     198                                        'AUTOSIZE_PATH' => AUTOSIZE_PATH)
     199                                                );
    200200                                                 
    201201$autoscript="<script type='text/javascript'>
    202202if (typeof (save_framework) == 'function')
    203203save_framework('".$page['body_id']."');
    204 
    205204</script>";
    206205                         $template->append('footer_elements',$autoscript); 
Note: See TracChangeset for help on using the changeset viewer.