[tuxdroid-svn] r5143 - software_suite_v3/smart-core/smart-server/trunk/data/web_interface/user_01/x
Status: Beta
Brought to you by:
ks156
|
From: remi <c2m...@c2...> - 2009-07-23 12:46:18
|
Author: remi
Date: 2009-07-23 14:13:00 +0200 (Thu, 23 Jul 2009)
New Revision: 5143
Modified:
software_suite_v3/smart-core/smart-server/trunk/data/web_interface/user_01/xsl/index.xsl
Log:
* Added page title "TuxBox 2.0"
Modified: software_suite_v3/smart-core/smart-server/trunk/data/web_interface/user_01/xsl/index.xsl
===================================================================
--- software_suite_v3/smart-core/smart-server/trunk/data/web_interface/user_01/xsl/index.xsl 2009-07-23 10:33:58 UTC (rev 5142)
+++ software_suite_v3/smart-core/smart-server/trunk/data/web_interface/user_01/xsl/index.xsl 2009-07-23 12:13:00 UTC (rev 5143)
@@ -6,6 +6,7 @@
<xsl:template match="/">
<html>
<head>
+ <title>TuxBox 2.0</title>
<LINK href="/data/web_interface/user_01/css/menu.css" rel="stylesheet" type="text/css"/>
<script src="/data/web_interface/user_01/js/common.js" type="text/javascript"/>
<script language="javascript">
|