Changeset 834 in ExiteCMS for trunk/includes/sendmail_include.php


Ignore:
Timestamp:
09/22/07 00:08:35 (5 years ago)
Author:
hverton
Message:

changed copyright notice
changed Smarty directory pli-plugins to custom-plugins
added Smarty buttonlink function, to replace image buttons by real buttons using a locale for the button text

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/sendmail_include.php

    r480 r834  
    1010| the included gpl.txt file or visit http://gnu.org 
    1111+----------------------------------------------------*/ 
    12 if (!defined("IN_FUSION")) { header("Location:../index.php"); exit; } 
     12if (!defined("ExiteCMS_INIT")) { header("Location:../index.php"); exit; } 
    1313 
    1414function sendemail($toname,$toemail,$fromname,$fromemail,$subject,$message,$type="plain",$cc="",$bcc="") { 
Note: See TracChangeset for help on using the changeset viewer.