Changeset 3203 for trunk/include


Ignore:
Timestamp:
Mar 16, 2009, 5:57:10 PM (15 years ago)
Author:
patdenice
Message:

Move template class inclusion to common.inc.php.
Add forum link in upgrade page.
Install and upgrade try to configure PHP5.

Location:
trunk/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/common.inc.php

    r3197 r3203  
    102102include(PHPWG_ROOT_PATH . 'include/constants.php');
    103103include(PHPWG_ROOT_PATH . 'include/functions.inc.php');
     104include( PHPWG_ROOT_PATH .'include/template.class.php');
    104105
    105106// Database connection
  • trunk/include/functions.inc.php

    r3188 r3203  
    3131include_once( PHPWG_ROOT_PATH .'include/functions_url.inc.php' );
    3232include_once( PHPWG_ROOT_PATH .'include/functions_plugins.inc.php' );
    33 include_once( PHPWG_ROOT_PATH .'include/template.class.php');
    3433
    3534//----------------------------------------------------------- generic functions
Note: See TracChangeset for help on using the changeset viewer.