Switch to side-by-side view

--- a/Allura/allura/config/app_cfg.py
+++ b/Allura/allura/config/app_cfg.py
@@ -72,6 +72,7 @@
         self.paths['templates'].append(pkg_resources.resource_filename('forgehg', 'templates'))
         self.paths['templates'].append(pkg_resources.resource_filename('forgehg', 'widgets/templates'))
         self.paths['templates'].append(pkg_resources.resource_filename('allura', 'ext/admin/templates'))
+        self.paths['templates'].append(pkg_resources.resource_filename('sfx', 'templates'))
 
         from jinja2 import ChoiceLoader, Environment, FileSystemLoader
         from tg.render import render_jinja