diff rhodecode/templates/index.html @ 548:b75b77ef649d

renamed hg_app to rhodecode
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 06 Oct 2010 03:22:52 +0200
parents 1e757ac98988
children 6d0474c7e645
line wrap: on
line diff
--- a/rhodecode/templates/index.html	Wed Oct 06 03:18:16 2010 +0200
+++ b/rhodecode/templates/index.html	Wed Oct 06 03:22:52 2010 +0200
@@ -1,10 +1,10 @@
 ## -*- coding: utf-8 -*-
 <%inherit file="base/base.html"/>
 <%def name="title()">
-    ${c.hg_app_name}
+    ${c.rhodecode_name}
 </%def>
 <%def name="breadcrumbs()">
-	${c.hg_app_name}
+	${c.rhodecode_name}
 </%def>
 <%def name="page_nav()">
 	${self.menu('home')}