Changeset 31233
- Timestamp:
- 10/23/10 23:11:52 (3 years ago)
- Files:
-
- plugins/sfTangoIconsPlugin/trunk/README (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfTangoIconsPlugin/trunk/README
r31213 r31233 1 1 # Tango Icons Plugin # 2 2 3 The sfTangoIconsPlugin offers a set of [Tango ](http://tango.freedesktop.org/Tango_Icon_Library) icons in sizes 16x16, 22x22 and 32x32.3 The 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). 4 4 5 5 ## Installation ## … … 33 33 If you have selected the default size of icons: 34 34 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="" /> 36 36 37 37 If you do not have determined the size of the default icons, or want to manually set the size of icons: 38 38 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="" /> 40 40