diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-07-05 05:34:17 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-07-05 05:34:17 +0000 |
| commit | c2cb5c2ac4fdb232edb6c845242f98b848a38fcd (patch) | |
| tree | 41d0385c9ef58ab589028ea2ea8fa20dddb1d76a /plugins/data.rss.php | |
| parent | 36ed4f703df18fe6b043b1b1cdcaad67ca427c29 (diff) | |
| download | liberty-c2cb5c2ac4fdb232edb6c845242f98b848a38fcd.tar.gz liberty-c2cb5c2ac4fdb232edb6c845242f98b848a38fcd.tar.bz2 liberty-c2cb5c2ac4fdb232edb6c845242f98b848a38fcd.zip | |
use ilocation=quicktag for quicktag icons. this gives us better control over these icons and simplifies biticon prams. also use icon-theme icons where possible
Diffstat (limited to 'plugins/data.rss.php')
| -rw-r--r-- | plugins/data.rss.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/data.rss.php b/plugins/data.rss.php index 98b1e97..872b481 100644 --- a/plugins/data.rss.php +++ b/plugins/data.rss.php @@ -1,6 +1,6 @@ <?php /** - * @version $Revision: 1.13 $ + * @version $Revision: 1.14 $ * @package liberty * @subpackage plugins_data */ @@ -17,7 +17,7 @@ // | Reworked for Bitweaver (& Undoubtedly Screwed-Up) // | by: StarRider <starrrider@users.sourceforge.net> // +----------------------------------------------------------------------+ -// $Id: data.rss.php,v 1.13 2007/06/09 18:09:39 squareing Exp $ +// $Id: data.rss.php,v 1.14 2007/07/05 05:34:17 squareing Exp $ /** * definitions @@ -38,7 +38,7 @@ $pluginParams = array ( 'path' => LIBERTY_PKG_PATH.'plugins/data.rss.php', 'security' => 'registered', 'plugin_type' => DATA_PLUGIN, - 'biticon' => '{biticon iclass="quicktag icon" ipackage=quicktags iname=rss iexplain="RSS Feed"}', + 'biticon' => '{biticon ilocation=quicktag ipackage=rss iname=rss-16x16 iexplain="RSS Feed"}', 'taginsert' => '{rss}' ); $gLibertySystem->registerPlugin( PLUGIN_GUID_DATARSS, $pluginParams ); |
