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/admin/config.inc.php

    r3531 r3663  
    4545            <style>font_size: 12px; font-family: Verdana, _serif; color: #FFCC66;</style>
    4646            <position>above right</position>           <!-- [above, below] [left,center,right]-->
    47  
     47
     48            <background>yourimage.png</background>     <!-- image url -->
    4849        <scale9>14 14 14 14</scale9>                    <!-- [0,1000] pixels -->
    4950        <padding>8 12 8 12</padding>                    <!-- [-1000,1000] pixels -->
     
    107108'position2'             => 3, //"right"
    108109
     110'backgroundURL' => "",
     111'scale9top'     => "10",
     112'scale9right'   => "10",
     113'scale9bottom'  => "10",
     114'scale9left'    => "10",
     115'paddingtop'    => "5",
     116'paddingright'  => "5",
     117'paddingbottom' => "5",
     118'paddingleft'   => "5",
     119
    109120);
    110121
Note: See TracChangeset for help on using the changeset viewer.