Changeset 863 in ExiteCMS for trunk/includes/font2image.php


Ignore:
Timestamp:
10/03/07 00:14:44 (5 years ago)
Author:
hverton
Message:

Added / changed the CMS init flag [ticket #15]
Removed obsolete theme_functions_include.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/font2image.php

    r847 r863  
    44    Original code by Stewart Rosenberger, http://www.stewartspeak.com/headings/ 
    55 
    6     Converted by WanWizard to work in a PHP-Fusion environment 
     6    Converted by WanWizard to work in am ExiteCMS environment 
    77 
    88    usage: $image_resource = font2image($f2i_array); 
     
    3737 
    3838*/ 
    39 if (!defined("ExiteCMS_INIT")) { header("Location: ../index.php"); exit; }  
     39if (!defined("INIT_CMS_OK")) { header("Location: ../index.php"); exit; }  
    4040 
    4141function font2image($font2image) { 
Note: See TracChangeset for help on using the changeset viewer.