1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 00:54:49 +02:00

new image pack system bbcode and generic images updated

This commit is contained in:
sweetas
2006-12-07 16:49:28 +00:00
parent b1a5522c07
commit d45b2f93d1
4 changed files with 17 additions and 17 deletions

View File

@@ -11,8 +11,8 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_admin/mailout.php,v $
| $Revision: 1.2 $
| $Date: 2006-12-07 15:41:49 $
| $Revision: 1.3 $
| $Date: 2006-12-07 16:49:28 $
| $Author: sweetas $
+----------------------------------------------------------------------------+
*/
@@ -474,13 +474,13 @@ function show_mailform($foo=""){
<td style='width:100%' class='forumheader3' colspan='2'>
<div style='width:100%;text-align:center;vertical-align: middle;' >";
global $eplug_bb;
global $eplug_bb, $imode;
$eplug_bb[] = array(
"name" => 'shortcode',
"onclick" => 'expandit',
"onclick_var" => "sc_selector",
"icon" => e_IMAGE."generic/bbcode/shortcode.png",
"icon" => e_IMAGE."packs/".$imode."/bbcode/shortcode.png",
"helptext" => MAILAN_11,
"function" => "sc_Select",
"function_var" => "sc_selector"