diff options
Diffstat (limited to 'templates/web/default')
-rw-r--r-- | templates/web/default/footer.html | 10 | ||||
-rw-r--r-- | templates/web/default/header.html | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/templates/web/default/footer.html b/templates/web/default/footer.html index f5175af8c..6d6c82f0c 100644 --- a/templates/web/default/footer.html +++ b/templates/web/default/footer.html @@ -22,13 +22,13 @@ [% INCLUDE 'tracking_code.html' %] [% IF c.config.STAGING_SITE %] -<hr> - +<hr clear="both"> <ul> - <li>Cobrand: [% c.cobrand.moniker %]</li> - <li>extra template path: [% additional_template_paths.join(',') %]</li> + <li>cobrand.moniker: [% c.cobrand.moniker %]</li> + <li>additional_template_paths: [% additional_template_paths.join(', ') || '--empty--' %]</li> + <li>lang_code: [% lang_code %]</li> </ul> - [% END %] + </body> </html> diff --git a/templates/web/default/header.html b/templates/web/default/header.html index d6da00c8f..d26ebaa2b 100644 --- a/templates/web/default/header.html +++ b/templates/web/default/header.html @@ -5,7 +5,7 @@ <script type="text/javascript" src="/yui/utilities.js"></script> <script type="text/javascript" src="/js.js"></script> - <title>[% title | html %][% c.cobrand.site_title %]</title> + <title>[% title | html %] :: [% c.cobrand.site_title %]</title> <style type="text/css">@import url("/css/core.css"); @import url("/css/main.css");</style> <!--[if LT IE 7]> <style type="text/css">@import url("/css/ie6.css");</style> |