diff options
Diffstat (limited to 'include/section_init.inc.php')
-rw-r--r-- | include/section_init.inc.php | 4 |
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 |