art-web r558 - branches/art-hub/views
- From: thos svn gnome org
- To: svn-commits-list gnome org
- Subject: art-web r558 - branches/art-hub/views
- Date: Sun, 23 Nov 2008 00:10:41 +0000 (UTC)
Author: thos
Date: Sun Nov 23 00:10:41 2008
New Revision: 558
URL: http://svn.gnome.org/viewvc/art-web?rev=558&view=rev
Log:
Remove breadcrumb and replace with more consistent titles
Modified:
branches/art-hub/views/backgrounds.php
branches/art-hub/views/themes.php
Modified: branches/art-hub/views/backgrounds.php
==============================================================================
--- branches/art-hub/views/backgrounds.php (original)
+++ branches/art-hub/views/backgrounds.php Sun Nov 23 00:10:41 2008
@@ -30,8 +30,7 @@
if (!$view_data)
{
?>
- <a href="/">GNOME Art</a> > Backgrounds
- <br><br>
+ <h2>Categories</h2>
Choose a category:
<ul>
<li><a href="/backgrounds/gnome">GNOME</a></li>
@@ -67,9 +66,8 @@
$d_category = ucwords ($category);
?>
-<a href="/">GNOME Art</a> > <a href="/backgrounds">Backgrounds</a>
-> <?php echo $d_category ?>
-<br><br>
+<h2><a href="/backgrounds">Backgrounds</a> / <?php echo $d_category?></a></h2>
+
<div style="text-align:center"><?php $p->print_pagination (); ?></div>
<br>
Modified: branches/art-hub/views/themes.php
==============================================================================
--- branches/art-hub/views/themes.php (original)
+++ branches/art-hub/views/themes.php Sun Nov 23 00:10:41 2008
@@ -30,8 +30,7 @@
if (!$view_data)
{
?>
- <a href="/">GNOME Art</a> > Themes
- <br><br>
+ <h2>Categories</h2>
Choose a category:
<ul>
<li><a href="/themes/gtk2">Controls</a></li>
@@ -74,9 +73,7 @@
$d_category = $display_cat [$category];
?>
-<a href="/">GNOME Art</a> > <a href="/themes">Themes</a>
-> <?php echo $d_category ?>
-<br><br>
+<h2><a href="/themes">Themes</a> / <?php echo $d_category; ?></h2>
<div style="text-align:center"><?php $p->print_pagination (); ?></div>
<br>
<?php foreach ($view_data as $row): ?>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]