View of /mambo/branches/4.5.3h/mambots/editors-xtd/mosimage.btn.php
Parent Directory
|
Revision Log
Revision 22 -
(download)
(annotate)
Fri Dec 16 19:02:17 2005 UTC (7 years, 5 months ago) by mambo
File size: 668 byte(s)
Fri Dec 16 19:02:17 2005 UTC (7 years, 5 months ago) by mambo
File size: 668 byte(s)
made a copy
<?php /** * @version $Id: mosimage.btn.php,v 1.1 2005/07/22 01:57:50 eddieajau Exp $ * @package Mambo * @copyright (C) 2000 - 2005 Miro International Pty Ltd * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * Mambo is Free Software */ /** ensure this file is being included by a parent file */ defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); $_MAMBOTS->registerFunction( 'onCustomEditorButton', 'botMosImageButton' ); /** * mosimage button * @return array A two element array of ( imageName, textToInsert ) */ function botMosImageButton() { global $mosConfig_live_site; return array( 'mosimage.gif', '{mosimage}' ); } ?>
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

