/[drupal]/contributions/themes/deco/forum-topic-navigation.tpl.php
ViewVC logotype

Contents of /contributions/themes/deco/forum-topic-navigation.tpl.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download) (as text)
Wed Aug 8 23:29:47 2007 UTC (2 years, 3 months ago) by instromaniac
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, DRUPAL-6--1-1, HEAD
Branch point for: DRUPAL-5, DRUPAL-6--1
File MIME type: text/x-php
Initial commit of Deco theme, a modern Drupal 6 theme developed for the Google Summer of Code 2007.
1 <?php if ($prev || $next): ?>
2 <div class="content-bar"><div class="left"><div class="forum-topic-navigation clear-block">
3 <?php if ($prev): ?>
4 <a href="<?php print $prev_url; ?>" class="topic-previous" title="<?php print t('Go to previous forum topic') ?>">‹ <?php print $prev_title ?></a>
5 <?php endif; ?>
6 <?php if ($next): ?>
7 <a href="<?php print $next_url; ?>" class="topic-next" title="<?php print t('Go to next forum topic') ?>"><?php print $next_title ?> ›</a>
8 <?php endif; ?>
9 </div></div></div>
10 <?php endif; ?>

  ViewVC Help
Powered by ViewVC 1.1.2