diff options
author | gweltas <gweltas@piwigo.org> | 2004-02-20 19:07:43 +0000 |
---|---|---|
committer | gweltas <gweltas@piwigo.org> | 2004-02-20 19:07:43 +0000 |
commit | 3bf770a16a15400eb2bde63782e07ba55dde2ed4 (patch) | |
tree | 4821622bfff136c6f7fb98e89ba1ba9f7b3a56e6 /template/default/htmlfunctions.inc.php | |
parent | c6a91a26c4f9e5a3294a708988d6f6234a3f4a38 (diff) |
Migration of installation procedure
git-svn-id: http://piwigo.org/svn/trunk@367 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/default/htmlfunctions.inc.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/template/default/htmlfunctions.inc.php b/template/default/htmlfunctions.inc.php index 170defc46..81c123ead 100644 --- a/template/default/htmlfunctions.inc.php +++ b/template/default/htmlfunctions.inc.php @@ -25,9 +25,6 @@ // | USA. | // +-----------------------------------------------------------------------+ -$user['lien_expanded']='./template/'.$user['template'].'/theme/expanded.gif'; -$user['lien_collapsed']='./template/'.$user['template'].'/theme/collapsed.gif'; - function get_icon( $date_comparaison ) { global $user, $conf; @@ -263,3 +260,4 @@ function make_radio($name, $value, $selected, $usekeys=false) return $boxstring; } ?> + |