aboutsummaryrefslogtreecommitdiffstats
path: root/include/section_init.inc.php
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2010-06-28 19:45:21 +0000
committerrvelices <rv-github@modusoptimus.com>2010-06-28 19:45:21 +0000
commit7125711f5958e81d66ef8a22eafddebc7fb9d5cd (patch)
treecafec267270321e0f58cf999e30c4646091ba696 /include/section_init.inc.php
parent3b946ffd160ef167c217d7f22517c052f1243f2a (diff)
merge r6414 from branch 2.1
favorite image icon is not taken from php but left to the theme git-svn-id: http://piwigo.org/svn/trunk@6615 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/section_init.inc.php')
-rw-r--r--include/section_init.inc.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/section_init.inc.php b/include/section_init.inc.php
index 339c0ef5d..d0d815214 100644
--- a/include/section_init.inc.php
+++ b/include/section_init.inc.php
@@ -414,8 +414,6 @@ SELECT image_id
$template->assign(
'favorite',
array(
- 'FAVORITE_IMG' =>
- get_root_url().get_themeconf('icon_dir').'/del_all_favorites.png',
'U_FAVORITE' => add_url_params(
make_index_url( array('section'=>'favorites') ),
array('action'=>'remove_all_from_favorites')
@@ -632,4 +630,4 @@ if ( 'categories'==$page['section'] and isset($page['category']) )
}
trigger_action('loc_end_section_init');
-?>
+?> \ No newline at end of file