extras-buildsys/www/template head.psp,1.7,1.8

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Sun Aug 7 15:40:02 UTC 2005


Author: dcbw

Update of /cvs/fedora/extras-buildsys/www/template
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31935/www/template

Modified Files:
	head.psp 
Log Message:
Use build system name as page title too


Index: head.psp
===================================================================
RCS file: /cvs/fedora/extras-buildsys/www/template/head.psp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- head.psp	6 Aug 2005 16:25:06 -0000	1.7
+++ head.psp	7 Aug 2005 15:40:00 -0000	1.8
@@ -41,7 +41,7 @@
 
 <html>
 	<head>
-		<title>Fedora Extras Build System</title>
+		<title><%=config_opts['system_name']%></title>
         <link rel="stylesheet" type="text/css" href="css/style.css" />
 		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 	</head>




More information about the fedora-extras-commits mailing list