Procedural File: _icons.php
Source Location: /blogs/conf/_icons.php
Page Details
This file provides icon definitions through a function.
Will resolve translations at runtime and consume less memory than a table.
| Filesource: | Source Code for this file |
Functions
get_icon_info [line 16]
|
Get icon according to an item.
Parameters:| string | $name: | icon name/key |
API Tags:
| Return: | array( 'file' (relative to $rsc_path/$rsc_url), 'alt', 'size', 'class', 'rollover' ) |
| Usedby: | get_icon() |
[ Top ]
