[Xfce4-commits] <www:master> Move artwork to download page too.

Nick Schermer noreply at xfce.org
Wed Feb 29 16:16:01 CET 2012


Updating branch refs/heads/master
         to a8c572bb6a30bca7d5afa76c78f94fc6ad319814 (commit)
       from 8cdb65effd2c46d700f766327cd53b2fd2b374a9 (commit)

commit a8c572bb6a30bca7d5afa76c78f94fc6ad319814
Author: Nick Schermer <nick at xfce.org>
Date:   Wed Feb 29 16:14:06 2012 +0100

    Move artwork to download page too.

 pages/about/artwork.php  |    6 ------
 pages/about/nav.php      |    3 +--
 pages/download/index.php |    8 +++++++-
 3 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/pages/about/artwork.php b/pages/about/artwork.php
deleted file mode 100644
index 22bd4aa..0000000
--- a/pages/about/artwork.php
+++ /dev/null
@@ -1,6 +0,0 @@
-<?php $head['title'] = R_('Artwork') ?>
-
-<h1><?php echo $head['title'] ?></h1>
-<p>
-  <?php E_('You can download the Xfce artwork tarball <a href="/downloads/xfce_artwork.tar.bz2">here</a>. It contains some high-quality logos and banners.') ?>
-</p>
diff --git a/pages/about/nav.php b/pages/about/nav.php
index 582cf8c..9088887 100644
--- a/pages/about/nav.php
+++ b/pages/about/nav.php
@@ -7,6 +7,5 @@ $toc['menu'] = array (
 	'about/screenshots' => R_('Screenshots'),
 	'about/credits' => R_('Credits'),
 	'about/press' => R_('Press'),
-	'about/releasemodel' => R_('Release Model'),
-	'about/artwork' => R_('Artwork'));
+	'about/releasemodel' => R_('Release Model'));
 ?>
diff --git a/pages/download/index.php b/pages/download/index.php
index a924366..59a4b3f 100644
--- a/pages/download/index.php
+++ b/pages/download/index.php
@@ -7,7 +7,8 @@ $head['title'] = R_('Download');
 $toc['anchors'] = array (
         'stable' => R_('Stable release'),
         'individual' => R_('Individual releases'),
-        'distros' => R_('Distributions'));
+        'distros' => R_('Distributions'),
+        'artwork' => R_('Artwork'));
 
 if($preview_visible) {
         $toc['anchors'] += array ('unstable' => R_('Preview release'));
@@ -59,3 +60,8 @@ if($preview_visible) {
 <p>
   <?php printf (R_('You can fine a more complete list at <a href="http://distrowatch.com/search.php?pkg=xfdesktop&pkgver=%s">DistroWatch.com</a>.'), $stable_version) ?>
 </p>
+
+<h2 id="artwork"><?php E_('Artwork') ?></h2>
+<p>
+  <?php E_('You can download the Xfce artwork tarball <a href="/downloads/xfce_artwork.tar.bz2">here</a>. It contains some high-quality logos and banners. Copying of the Xfce logo is subject to the LGPL copyright license.') ?>
+</p>


More information about the Xfce4-commits mailing list