From 779b0d4cf4eb22c1a476e1acc6cb98d2e287cf05 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Fri, 17 Jul 2009 06:32:37 -0400 Subject: [PATCH] - use productname object in title --- skins/default/templates/error.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/skins/default/templates/error.html b/skins/default/templates/error.html index 6b2ff77..9f4f993 100644 --- a/skins/default/templates/error.html +++ b/skins/default/templates/error.html @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> -<title>RoundCube|Mail :: ERROR</title> +<title><roundcube:object name="productname" /> :: ERROR</title> <roundcube:include file="/includes/links.html" /> </head> <body> -- Gitblit v1.9.1