diff options
author | rub <rub@piwigo.org> | 2007-05-01 13:57:52 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2007-05-01 13:57:52 +0000 |
commit | 20c284546fb68c4ec1bd50d0463a45b2d660c48e (patch) | |
tree | 70c76dbdb0a324dbe685c2b3a090113f0c7f95c5 /include/functions.inc.php | |
parent | f1494f18931ad354a05755c2c8dbfef1d51bfe87 (diff) |
Issue 0000684: History [Search] - Add a thumbnail display
o Display choice can be selected
o Display choice is saved on on cookie
o Small improvement picture link (hoverbox on all the link, alt&title on classic mode)
o New cookie functions and use
Enhance computing method of script_basename function.
http://forum.phpwebgallery.net/viewtopic.php?pid=58258#p58258
Merge BSF 1988:1989 into branch-1_7
git-svn-id: http://piwigo.org/svn/trunk@1992 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | include/functions.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/functions.inc.php b/include/functions.inc.php index becace1a4..e80e3cb3a 100644 --- a/include/functions.inc.php +++ b/include/functions.inc.php @@ -25,6 +25,7 @@ // +-----------------------------------------------------------------------+ include_once( PHPWG_ROOT_PATH .'include/functions_user.inc.php' ); +include_once( PHPWG_ROOT_PATH .'include/functions_cookie.inc.php' ); include_once( PHPWG_ROOT_PATH .'include/functions_session.inc.php' ); include_once( PHPWG_ROOT_PATH .'include/functions_category.inc.php' ); include_once( PHPWG_ROOT_PATH .'include/functions_xml.inc.php' ); |