Ignore:
Timestamp:
Oct 4, 2012, 10:05:00 PM (12 years ago)
Author:
mistic100
Message:

stripslashes page_banner, remove warning during plugin restauration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/header_manager/admin/config.php

    r17734 r18474  
    6767$template->assign(array(
    6868  'banners' => list_banners(true),
    69   'CONF_PAGE_BANNER' => htmlspecialchars($conf['page_banner']),
     69  'CONF_PAGE_BANNER' => stripslashes(htmlspecialchars($conf['page_banner'])),
    7070  'BANNER_IMAGE' => $conf['header_manager']['image'],
    7171  'BANNER_DISPLAY' => $conf['header_manager']['display'],
Note: See TracChangeset for help on using the changeset viewer.