home *** CD-ROM | disk | FTP | other *** search
/ grafika-wolowiec.cba.pl / grafika-wolowiec.cba.pl.tar / grafika-wolowiec.cba.pl / res / x5settings.php < prev   
PHP Script  |  2014-01-24  |  4KB  |  58 lines

  1. <?php
  2.  
  3. /*
  4. |-------------------------------
  5. |    GENERAL SETTINGS
  6. |-------------------------------
  7. */
  8.  
  9. $imSettings['general'] = array(
  10.     'url' => 'http://grafika-wolowiec.cba.pl',
  11.     'public_folder' => '',
  12.     'salt' => 'pxmn141syi1fs2gc5n6anenng632w78l81863b281u7l1d'
  13. );
  14.  
  15.  
  16. /*
  17. |--------------------------------------------------------------------------------------
  18. |    DATABASES SETTINGS (used only in the administration settings, in the 'test' page)
  19. |--------------------------------------------------------------------------------------
  20. */
  21.  
  22. $imSettings['databases'] = array();
  23.  
  24. /*
  25. |-------------------------------------------------------------------------------------------
  26. |    GUESTBOOK SETTINGS (used only in the administration settings, in the 'guestbooks' page)
  27. |-------------------------------------------------------------------------------------------
  28. */
  29.  
  30. $imSettings['guestbooks'] = array();
  31. /*
  32. |-------------------------------------------------------------------------------------------
  33. |    Dynamic Objects SETTINGS (used only in the administration settings, in the 'test' page)
  34. |-------------------------------------------------------------------------------------------
  35. */
  36.  
  37. $imSettings['dynamicobjects'] = array(
  38. );
  39.  
  40. /*
  41. |-------------------------------
  42. |    EMAIL SETTINGS
  43. |-------------------------------
  44. */
  45.  
  46. $ImMailer->setEmailType('html');
  47. $ImMailer->setExpose(true);
  48. $ImMailer->setHTMLHeader('<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">' . "\n" . '<html>' . "\n" . '<head>' . "\n" . '<meta http-equiv="content-type" content="text/html; charset=utf-8">' . "\n" . '<meta name="generator" content="Incomedia WebSite X5 v10 - www.websitex5.com">' . "\n" . '</head>' . "\n" . '<body bgcolor="#708090" style="background-color: #708090;">' . "\n\t" . '<table border="0" cellpadding="0" align="center" cellspacing="0" style="padding: 0; margin: 0 auto; width: 700px;">' . "\n\t" . '<tr><td id="imEmailContent" style="min-height: 300px; padding: 10px; font: normal normal normal 9.0pt Tahoma; color: #000000; background-color: #FFFFFF; text-align: left; text-decoration: none;  width: 700px;border-style: solid; border-color: #808080; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 0; border-bottom: none; border-left-width: 1px;background-color: #FFFFFF" width="700px">' . "\n\t\t");
  49. $ImMailer->setHTMLFooter("\n\t" . '</td></tr>' . "\n\t" . '<tr><td id="imEmailFooter" style="font: normal normal normal 7.0pt Tahoma; color: #000000; background-color: transparent; text-align: center; text-decoration: none;  width: 700px;border-style: solid; border-color: #808080; border-top-width: 0; border-top: none; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; padding: 10px; background-color: #FFFFFF" width="700px">' . "\n\t\t" . 'Die in dieser E-Mail enthaltenen Informationen sind ausschlie├ƒlich f├╝r den genannten Empf├ñnger bestimmt.<br>Sollten Sie diese E-Mail f├ñlschlicherweise erhalten haben, informieren Sie bitte umgehend den Absender und  l├╢schen Sie die Nachricht, ohne Kopien zu erstellen.' . "\n\t" . '</td></tr>' . "\n\t" . '</table>' . "\n" . '</body>' . "\n" . '</html>');
  50. $ImMailer->setBodyBackground('#FFFFFF');
  51. $ImMailer->setBodyBackgroundEven('#FFFFFF');
  52. $ImMailer->setBodyBackgroundOdd('#F0F0F0');
  53. $ImMailer->setBodyBackgroundBorder('#CDCDCD');
  54. $ImMailer->setBodySeparatorBorderColor('#000000');
  55. $ImMailer->setEmailBackground('#708090');
  56. $ImMailer->setEmailContentStyle('font: normal normal normal 9.0pt Tahoma; color: #000000; background-color: #FFFFFF; text-align: left; text-decoration: none; ');
  57.  
  58. // End of file x5settings.php