diff options
author | mistic100 <mistic@piwigo.org> | 2013-12-07 00:00:41 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2013-12-07 00:00:41 +0000 |
commit | e676bdc8a500b6b4b340338b336b855c6cdecefe (patch) | |
tree | 6833cc2f97359a91d76045a8bfabc44acf3d6998 /include/functions.inc.php | |
parent | 02620af9582015403e97e67eed8b4ec4c9a20ea7 (diff) |
feature 2999: documentation of Template class, other classes of template.class.php pending
git-svn-id: http://piwigo.org/svn/trunk@25812 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/functions.inc.php')
-rw-r--r-- | include/functions.inc.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/functions.inc.php b/include/functions.inc.php index b0c011453..eef4e9126 100644 --- a/include/functions.inc.php +++ b/include/functions.inc.php @@ -36,8 +36,6 @@ include_once( PHPWG_ROOT_PATH .'include/functions_url.inc.php' ); include_once( PHPWG_ROOT_PATH .'include/derivative_params.inc.php'); include_once( PHPWG_ROOT_PATH .'include/derivative_std_params.inc.php'); include_once( PHPWG_ROOT_PATH .'include/derivative.inc.php'); -//require_once( PHPWG_ROOT_PATH .'include/smarty/libs/Smarty.class.php'); -require_once( PHPWG_ROOT_PATH .'include/smarty/libs/SmartyBC.class.php'); include_once( PHPWG_ROOT_PATH .'include/template.class.php'); |