Annotation of /mambo/branches/4.5.3h/mambots/editors-xtd/mospage.btn.php
Parent Directory
|
Revision Log
Revision 22 - (view) (download)
| 1 : | root | 1 | <?php |
| 2 : | /** | ||
| 3 : | * @version $Id: mospage.btn.php,v 1.1 2005/07/22 01:57:50 eddieajau Exp $ | ||
| 4 : | * @package Mambo | ||
| 5 : | * @copyright (C) 2000 - 2005 Miro International Pty Ltd | ||
| 6 : | * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL | ||
| 7 : | * Mambo is Free Software | ||
| 8 : | */ | ||
| 9 : | |||
| 10 : | /** ensure this file is being included by a parent file */ | ||
| 11 : | defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); | ||
| 12 : | |||
| 13 : | $_MAMBOTS->registerFunction( 'onCustomEditorButton', 'botMosPageButton' ); | ||
| 14 : | |||
| 15 : | /** | ||
| 16 : | * mospage button | ||
| 17 : | * @return array A two element array of ( imageName, textToInsert ) | ||
| 18 : | */ | ||
| 19 : | function botMosPageButton() { | ||
| 20 : | global $mosConfig_live_site; | ||
| 21 : | return array( 'mospage.gif', '{mospagebreak}' ); | ||
| 22 : | } | ||
| 23 : | ?> |
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

