Use globe glyphicon for pagekite

This commit is contained in:
Sunil Mohan Adapa 2014-11-23 14:15:45 +05:30
parent b9d4688913
commit 86ce7cdf25

View File

@ -40,7 +40,7 @@ LOGGER = logging.getLogger(__name__)
def init(): def init():
"""Intialize the PageKite module""" """Intialize the PageKite module"""
menu = cfg.main_menu.get('apps:index') menu = cfg.main_menu.get('apps:index')
menu.add_urlname(_('Public Visibility (PageKite)'), 'glyphicon-flag', menu.add_urlname(_('Public Visibility (PageKite)'), 'glyphicon-globe',
'pagekite:index', 50) 'pagekite:index', 50)