Author: marcus
Date: Sat Jun 21 14:56:07 2014
New Revision: 1604410
URL: http://svn.apache.org/r1604410
Log:
Separate function call for the logo section
Modified:
openoffice/ooo-site/trunk/content/download/test/index.html
Modified: openoffice/ooo-site/trunk/content/download/test/index.html
URL:
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/index.html?rev=1604410&r1=1604409&r2=1604410&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/index.html (original)
+++ openoffice/ooo-site/trunk/content/download/test/index.html Sat Jun 21
14:56:07 2014
@@ -96,30 +96,24 @@
<!-- Light Blue: Share download with social networks -->
<script type="text/javascript">
<!--
-
// Get the share box from a separate file.
createShareBox();
-
//-->
</script>
<!-- Blue: Extensions -->
<script type="text/javascript">
<!--
-
// Get the extensions box from a separate file.
createExtensionsBox();
-
//-->
</script>
<!-- Blue: Templates -->
<script type="text/javascript">
<!--
-
// Get the templates box from a separate file.
createTemplatesBox();
-
//-->
</script>
@@ -130,10 +124,18 @@
<!-- Navigation bar -->
<script type="text/javascript">
<!--
-
// Get the navigation bar from a separate file.
createNavigationBar();
+ //-->
+ </script>
+ <br /><br />
+
+ <!-- Logo section -->
+ <script type="text/javascript">
+ <!--
+ // Get the logo section from a separate file.
+ createLogoSection();
//-->
</script>