Author: deepak
Date: Sat Sep  9 12:14:08 2017
New Revision: 1807885

URL: http://svn.apache.org/viewvc?rev=1807885&view=rev
Log:
Update page title missed on previous commit.

Modified:
    ofbiz/site/business-users.html
    ofbiz/site/developers.html
    ofbiz/site/download.html
    ofbiz/site/faqs.html
    ofbiz/site/template/page/business-users.tpl.php
    ofbiz/site/template/page/developers.tpl.php
    ofbiz/site/template/page/download.tpl.php
    ofbiz/site/template/page/faqs.tpl.php

Modified: ofbiz/site/business-users.html
URL: 
http://svn.apache.org/viewvc/ofbiz/site/business-users.html?rev=1807885&r1=1807884&r2=1807885&view=diff
==============================================================================
--- ofbiz/site/business-users.html (original)
+++ ofbiz/site/business-users.html Sat Sep  9 12:14:08 2017
@@ -6,7 +6,7 @@
 <!--[if (gte IE 9)|!(IE)]><!-->
 <head>
 <meta charset="utf-8">
-<title>The Apache OFBiz&reg; Project</title>
+<title>The Apache OFBiz&reg; Project - Business Users</title>
 <meta name="description" content="Apache OFBiz (The Apache Open For Business
     Project) is an open source enterprise automation software project licensed
     under the Apache License Version 2.0. Being open source under the Apache 
2.0

Modified: ofbiz/site/developers.html
URL: 
http://svn.apache.org/viewvc/ofbiz/site/developers.html?rev=1807885&r1=1807884&r2=1807885&view=diff
==============================================================================
--- ofbiz/site/developers.html (original)
+++ ofbiz/site/developers.html Sat Sep  9 12:14:08 2017
@@ -6,7 +6,7 @@
 <!--[if (gte IE 9)|!(IE)]><!-->
 <head>
 <meta charset="utf-8">
-<title>The Apache OFBiz&reg; Project</title>
+<title>The Apache OFBiz&reg; Project - Developers</title>
 <meta name="description" content="Apache OFBiz (The Apache Open For Business
     Project) is an open source enterprise automation software project licensed
     under the Apache License Version 2.0. Being open source under the Apache 
2.0

Modified: ofbiz/site/download.html
URL: 
http://svn.apache.org/viewvc/ofbiz/site/download.html?rev=1807885&r1=1807884&r2=1807885&view=diff
==============================================================================
--- ofbiz/site/download.html (original)
+++ ofbiz/site/download.html Sat Sep  9 12:14:08 2017
@@ -6,7 +6,7 @@
 <!--[if (gte IE 9)|!(IE)]><!-->
 <head>
 <meta charset="utf-8">
-<title>The Apache OFBiz&reg; Project</title>
+<title>The Apache OFBiz&reg; Project - Downloads</title>
 <meta name="description" content="Apache OFBiz (The Apache Open For Business
     Project) is an open source enterprise automation software project licensed
     under the Apache License Version 2.0. Being open source under the Apache 
2.0

Modified: ofbiz/site/faqs.html
URL: 
http://svn.apache.org/viewvc/ofbiz/site/faqs.html?rev=1807885&r1=1807884&r2=1807885&view=diff
==============================================================================
--- ofbiz/site/faqs.html (original)
+++ ofbiz/site/faqs.html Sat Sep  9 12:14:08 2017
@@ -6,7 +6,7 @@
 <!--[if (gte IE 9)|!(IE)]><!-->
 <head>
 <meta charset="utf-8">
-<title>The Apache OFBiz&reg; Project</title>
+<title>The Apache OFBiz&reg; Project - Frequently Asked Questions</title>
 <meta name="description" content="Apache OFBiz (The Apache Open For Business
     Project) is an open source enterprise automation software project licensed
     under the Apache License Version 2.0. Being open source under the Apache 
2.0

Modified: ofbiz/site/template/page/business-users.tpl.php
URL: 
http://svn.apache.org/viewvc/ofbiz/site/template/page/business-users.tpl.php?rev=1807885&r1=1807884&r2=1807885&view=diff
==============================================================================
--- ofbiz/site/template/page/business-users.tpl.php (original)
+++ ofbiz/site/template/page/business-users.tpl.php Sat Sep  9 12:14:08 2017
@@ -1,5 +1,5 @@
 <?php //Variable declarations for region templates
-  $head_title = '<title>The Apache OFBiz&reg; Project</title>';
+  $head_title = '<title>The Apache OFBiz&reg; Project - Business 
Users</title>';
 ?>
    
   <!-- page content -->

Modified: ofbiz/site/template/page/developers.tpl.php
URL: 
http://svn.apache.org/viewvc/ofbiz/site/template/page/developers.tpl.php?rev=1807885&r1=1807884&r2=1807885&view=diff
==============================================================================
--- ofbiz/site/template/page/developers.tpl.php (original)
+++ ofbiz/site/template/page/developers.tpl.php Sat Sep  9 12:14:08 2017
@@ -1,5 +1,5 @@
 <?php //Variable declarations for region templates
-  $head_title = '<title>The Apache OFBiz&reg; Project</title>';
+  $head_title = '<title>The Apache OFBiz&reg; Project - Developers</title>';
 ?>
    
   <!-- page content -->

Modified: ofbiz/site/template/page/download.tpl.php
URL: 
http://svn.apache.org/viewvc/ofbiz/site/template/page/download.tpl.php?rev=1807885&r1=1807884&r2=1807885&view=diff
==============================================================================
--- ofbiz/site/template/page/download.tpl.php (original)
+++ ofbiz/site/template/page/download.tpl.php Sat Sep  9 12:14:08 2017
@@ -1,5 +1,5 @@
 <?php //Variable declarations for region templates
-  $head_title = '<title>The Apache OFBiz&reg; Project</title>';
+  $head_title = '<title>The Apache OFBiz&reg; Project - Downloads</title>';
 ?>
 
 <!-- content -->

Modified: ofbiz/site/template/page/faqs.tpl.php
URL: 
http://svn.apache.org/viewvc/ofbiz/site/template/page/faqs.tpl.php?rev=1807885&r1=1807884&r2=1807885&view=diff
==============================================================================
--- ofbiz/site/template/page/faqs.tpl.php (original)
+++ ofbiz/site/template/page/faqs.tpl.php Sat Sep  9 12:14:08 2017
@@ -1,5 +1,5 @@
 <?php //Variable declarations for region templates
-  $head_title = '<title>The Apache OFBiz&reg; Project</title>';
+  $head_title = '<title>The Apache OFBiz&reg; Project - Frequently Asked 
Questions</title>';
 ?>
 
   <!-- page content -->


Reply via email to