Ignore:
Timestamp:
Jul 22, 2009, 12:34:42 AM (15 years ago)
Author:
tiico
Message:

Some corrections
Add EN translation (only for the core, not for modules)
Add comment options (%ID)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Flash_Gallery/modules/Carousel/xml/header.xml.php

    r3531 r3663  
    4848       
    4949            <style>font-size: '.$module['ext_datas']['font_size'].'px; font-family: '.$module['ext_datas']['font_family'].', _serif; color: '.$module['ext_datas']['font_color'].';</style>
    50             <position>'.$module['ext_datas']['position1'].' '.$module['ext_datas']['position2'].'</position>           <!-- [above, below] [left,center,right]-->
    51          </titles>
     50            <position>'.$module['ext_datas']['position1'].' '.$module['ext_datas']['position2'].'</position>           <!-- [above, below] [left,center,right]-->'
     51                .(strlen($module['ext_datas']['backgroundURL']) ?
     52            '<background>'.$module['ext_datas']['backgroundURL'].'</background>     <!-- image url -->
     53            <scale9>'.$module['ext_datas']['scale9top'].' '
     54                                        .$module['ext_datas']['scale9right'].' '
     55                                        .$module['ext_datas']['scale9bottom'].' '
     56                                        .$module['ext_datas']['scale9left'].'</scale9>               <!-- [0,1000] pixels -->
     57            <padding>'.$module['ext_datas']['paddingtop'].' '
     58                                        .$module['ext_datas']['paddingright'].' '
     59                                        .$module['ext_datas']['paddingbottom'].' '
     60                                        .$module['ext_datas']['paddingleft'].'</padding>                 <!-- [-1000,1000] pixels -->'
     61                        : '')
     62                       
     63         .'</titles>
    5264    </options>
    5365
Note: See TracChangeset for help on using the changeset viewer.