Ignore:
Timestamp:
09/23/07 23:49:33 (5 years ago)
Author:
hverton
Message:

changed copyright notice
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
  • modules/common/gallery/php-files/modules/gallery/html_wrap/wrapper.header.default

    r833 r836  
    5454    break; 
    5555 
     56    case 'ExiteCMS': 
     57        /* 
     58         * ExiteCMS uses a templating system and also owns the HEAD tags. 
     59         * Everything needed for integration is loaded in init.php 
     60         */ 
     61 
     62    break; 
     63 
    5664    case 'phpBB2': 
    5765        /* 
     
    101109 
    102110includeTemplate('header.tpl'); 
    103 ?>  
     111?> 
Note: See TracChangeset for help on using the changeset viewer.