Development

Changeset 31233

You must first sign up to be able to contribute.

Changeset 31233

Show
Ignore:
Timestamp:
10/23/10 23:11:52 (3 years ago)
Author:
tomi
Message:

update README file

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfTangoIconsPlugin/trunk/README

    r31213 r31233  
    11# Tango Icons Plugin # 
    22 
    3 The sfTangoIconsPlugin offers a set of [Tango](http://tango.freedesktop.org/Tango_Icon_Library) icons in sizes 16x16, 22x22 and 32x32
     3The sfTangoIconsPlugin offers a set of [Tango Icons](http://tango.freedesktop.org/Tango_Icon_Library) in sizes *extra small* (16x16 px), *small* (22x22 px) and *medium* (32x32 px)
    44 
    55## Installation ## 
     
    3333If you have selected the default size of icons: 
    3434 
    35     <img src="<?php echo ti_get_image_path('actions', 'go-home') ?>" alt="" /> 
     35    <img src="<?php echo ti_get_image_path(TangoIconsAction::getContext(), TangoIconsAction::GO_HOME) ?>" alt="" /> 
    3636 
    3737If you do not have determined the size of the default icons, or want to manually set the size of icons: 
    3838 
    39     <img src="<?php echo ti_get_image_path('actions', 'go-home', TangoIconsSize::SMALL) ?>" alt="" /> 
     39    <img src="<?php echo ti_get_image_path(TangoIconsAction::getContext(), TangoIconsAction::GO_HOME, TangoIconsSize::SMALL) ?>" alt="" /> 
    4040