change get_web_root_url function name and add a comment to make its use more explicit

This commit is contained in:
Damien Laniel 2009-02-25 17:21:02 +00:00
parent b9ce007edc
commit c4784085f1
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ def decorate(body, response):
except KeyError:
pass
root_url = get_publisher().get_web_root_url()
root_url = get_publisher().get_application_static_files_root_url()
if response.filter.get('admin_ezt'):
header_menu = kwargs.get('header_menu')