Changeset 394 for trunk/include/functions_user.inc.php
- Timestamp:
- Mar 26, 2004, 6:08:09 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/functions_user.inc.php
r393 r394 261 261 $template_path = 'template/' ; 262 262 $template_name = $style ; 263 include_once( PHPWG_ROOT_PATH . $template_path . $template_name.'/htmlfunctions.inc.php' );264 263 $template = new Template(PHPWG_ROOT_PATH . $template_path . $template_name); 265 264 return $template;
Note: See TracChangeset
for help on using the changeset viewer.