[gtk-web/support: 4/4] support: Don't comment out screenshots page in menu
- From: Martyn James Russell <mr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-web/support: 4/4] support: Don't comment out screenshots page in menu
- Date: Mon, 19 Mar 2012 15:06:48 +0000 (UTC)
commit 044caf652b6cc4b4a929028f17732a24a3e77524
Author: Martyn Russell <martyn lanedo com>
Date: Mon Mar 19 15:05:48 2012 +0000
support: Don't comment out screenshots page in menu
template.php | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/template.php b/template.php
index cba509b..7cb69a5 100755
--- a/template.php
+++ b/template.php
@@ -98,10 +98,10 @@ $tmpnav = array(
"about" => array( "About", "/", "About GTK+" ),
"features" => array( "Features", "/features.php", "Find out what GTK+ can do for you" ),
"download" => array( "Download", "/download/index.php", "Download the latest version of GTK+" ),
-// "screenshots" => array( "Screenshots", "/screenshots/index.php", "See applications using GTK+ on various platforms" ),
- "support" => array( "Support", "/support.php", "Support for GTK+ commercially" ),
+ "screenshots" => array( "Screenshots", "/screenshots/index.php", "See applications using GTK+ on various platforms" ),
"documentation" => array( "Documentation", "/documentation.php", "Read up on documentation about how to use GTK+" ),
- "development" => array( "Development", "/development.php", "Get involved in the development of GTK+" )
+ "development" => array( "Development", "/development.php", "Get involved in the development of GTK+" ),
+ "support" => array( "Support", "/support.php", "Support for GTK+ commercially" )
);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]