[ Index ]
 

Code source de e107 0.7.8

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/e107_handlers/tiny_mce/plugins/ibrowser/ -> config.php (source)

   1  <?php
   2  // ================================================
   3  // tinymce PHP WYSIWYG editor control
   4  // ================================================
   5  // Configuration file
   6  // ================================================
   7  // Developed: j-cons.com, mail@j-cons.com
   8  // Copyright: j-cons (c)2004 All rights reserved.
   9  // ------------------------------------------------
  10  //                                   www.j-cons.com
  11  // ================================================
  12  // v.1.0, 2004-10-04
  13  // ================================================
  14  
  15  // directory where tinymce files are located
  16  // $tinyMCE_dir = "/e107_0.7/e107_handlers/tiny_mce/";
  17  
  18  // base url for images
  19  $tinyMCE_base_url = SITEURL;
  20  
  21  // allowed extentions for uploaded image files
  22  $tinyMCE_valid_imgs = array('gif', 'jpg', 'jpeg', 'png');
  23  
  24  // allow upload in image library
  25  $tinyMCE_upload_allowed = false;
  26  
  27  // allow delete in image library
  28  $tinyMCE_img_delete_allowed = false;
  29  
  30  // image libraries
  31  $tinyMCE_imglibs = array(
  32    array(
  33      'value'   => $IMAGES_DIRECTORY,
  34      'text'    => 'Images Root',
  35    ),
  36    array(
  37      'value'   => $IMAGES_DIRECTORY."newspost_images/",
  38      'text'    => 'Newspost Images',
  39    ),
  40    array(
  41      'value'   => $IMAGES_DIRECTORY."custom/",
  42      'text'    => 'Custom Images',
  43    ),
  44    array(
  45      'value'   => $IMAGES_DIRECTORY."icons/",
  46      'text'    => 'Icons',
  47    ),
  48    array(
  49      'value'   => $IMAGES_DIRECTORY."banners/",
  50      'text'    => 'Banners',
  51    ),
  52    array(
  53      'value'   => $IMAGES_DIRECTORY."generic/",
  54      'text'    => 'Generic',
  55    ),
  56  );
  57  // file to include in img_library.php (useful for setting $tinyMCE_imglibs dynamically
  58  // $tinyMCE_imglib_include = '';
  59  ?>


Généré le : Sun Apr 1 01:23:32 2007 par Balluche grâce à PHPXref 0.7