added titles to pages
[unfold.git] / portal / institution.py
index 6c55517..792fc6b 100644 (file)
@@ -13,7 +13,7 @@ from manifoldapi.manifoldresult     import ManifoldResult
 from ui.topmenu                     import topmenu_items, the_user
 from myslice.configengine           import ConfigEngine
 
-from theme                          import ThemeView
+from myslice.theme                          import ThemeView
 import json
 
 class InstitutionView (FreeAccessView, ThemeView):
@@ -75,6 +75,7 @@ class InstitutionView (FreeAccessView, ThemeView):
             env['person'] = None
     
         env['theme'] = self.theme
+        env['section'] = "Institution"
         env['pi'] = pi 
         env['username']=the_user(request)
         env['topmenu_items'] = topmenu_items(None, request)