Add arrow under active menu item

This commit is contained in:
2013-10-15 09:29:03 +02:00
parent a621c3e206
commit 904cfc4750
6 changed files with 15 additions and 3 deletions

View File

@@ -104,6 +104,7 @@ MIDDLEWARE_CLASSES = (
'django.contrib.messages.middleware.MessageMiddleware',
# Uncomment the next line for simple clickjacking protection:
# 'django.middleware.clickjacking.XFrameOptionsMiddleware',
'gergelypolonkaiweb.middleware.viewname.ViewNameMiddleware',
)
ROOT_URLCONF = 'gergelypolonkaiweb.urls'
@@ -173,6 +174,7 @@ TEMPLATE_CONTEXT_PROCESSORS = (
"django.contrib.messages.context_processors.messages",
'gergelypolonkaiweb.helper.tagcloud',
'gergelypolonkaiweb.helper.randomheader',
'gergelypolonkaiweb.helper.viewname',
)
HEADER_DIR = SITE_ROOT + os.path.sep + "static" + os.path.sep + "images" + os.path.sep + "header"