[ Index ]
 

Code source de eZ Publish 3.9.0

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/settings/ -> icon.ini (source)

   1  #?ini charset="iso-8859-1"?
   2  # eZ publish configuration file for icons
   3  #
   4  # NOTE: It is not recommended to edit this files directly, instead
   5  #       a file in override should be created for setting the
   6  #       values that is required for your site. Either create
   7  #       a file called settings/override/icon.ini.append or
   8  #       settings/override/icon.ini.append.php for more security
   9  #       in non-virtualhost modes (the .php file may already be present
  10  #       and can be used for this purpose).
  11  
  12  [IconSettings]
  13  # Where to look for icons, relative to eZ publish
  14  Repository=share/icons
  15  # Which theme to use as current for all icon types
  16  # If you wish to have a different theme per type you
  17  # can set this variable in the INI group for the type.
  18  Theme=crystal
  19  # Wanted size of icons, the size is not checked and is expected
  20  # to be just a string which should be a directory in the theme
  21  Size=normal
  22  
  23  # Here you can override or add new sizes, allthough you must make
  24  # sure all used themes have these sizes defined.
  25  # Each size refers to the name of the subdirectory
  26  # of the icon theme. If the name contains two numbers with an
  27  # x in between it will be considered to be the width and height
  28  # of the icon, if not no size is will be given
  29  #
  30  # If you create a theme this variable must be present
  31  # Allowed syntaxes are:
  32  # Here the subpath will be the width and height setting
  33  # Sizes[<identifier>]=<width>x<height>
  34  # e.g.
  35  # Sizes[normal]=32x32
  36  #
  37  # Here the subpath will be used for fetching the icon
  38  # while width and height are used for size
  39  # Sizes[<identifier>]=<width>x<height>;<subpath>
  40  # e.g.
  41  # Sizes[normal]=32x32;normal-icons
  42  #
  43  # Sizes[]
  44  # Sizes[normal]=32x32
  45  # Sizes[small]=16x16
  46  # Sizes[large]=48x48
  47  
  48  # [MimeIcons]
  49  # The theme for mime-icons, overrides default
  50  #Theme=crystal
  51  # The size for mime-icons, overrides default
  52  #Size=normal
  53  
  54  # Mapping from a mimetype to it's icon file, the whole filename
  55  # must be included
  56  # Specifying just the group of the mimetype is also possible
  57  #
  58  # Each theme will define this mapping variable
  59  #MimeMap[]
  60  
  61  # [ClassIcons]
  62  # The theme for class-icons, overrides default
  63  #Theme=crystal
  64  # The size for class-icons, overrides default
  65  #Size=normal
  66  # Mapping from a class identifier to it's icon file,
  67  # the whole filename must be included
  68  #
  69  # Each theme will define this mapping variable
  70  #ClassMap[]
  71  
  72  # [ClassGroupIcons]
  73  # The theme for classgroup-icons, overrides default
  74  #Theme=crystal
  75  # The size for classgroup-icons, overrides default
  76  #Size=normal
  77  # Mapping from a class group identifier to it's icon file,
  78  # the whole filename must be included
  79  #
  80  # Each theme will define this mapping variable
  81  #ClassGroupMap[]
  82  
  83  # [Icons]
  84  # The theme for standard icons, overrides default
  85  #Theme=crystal
  86  # The size for standard icons, overrides default
  87  #Size=normal
  88  # Mapping from a icon identifier to it's icon file,
  89  # the whole filename must be included
  90  #
  91  # Each theme will define this mapping variable
  92  #IconMap[]
  93  
  94  #[ActionIcons]
  95  # The theme for action icons, overrides default
  96  #Theme=ezadmin
  97  # The size for standard icons, overrides default
  98  #Size=normal
  99  # Mapping from a icon identifier to it's icon file,
 100  # the whole filename must be included
 101  #
 102  # Each theme will define this mapping variable
 103  #ActionMap[]
 104  
 105  [FlagIcons]
 106  # Where to look for flag icons, relative to eZ publish
 107  Repository=share/icons
 108  # Which theme to use for flags
 109  Theme=flags
 110  # The suffix for all icon files, .e.g eng-GB.gif
 111  IconFormat=gif
 112  
 113  # Other entries which are only found in themes:
 114  #DefaultIcon=unknown


Généré le : Sat Feb 24 10:30:04 2007 par Balluche grâce à PHPXref 0.7