Parent Directory
|
Revision Log
|
Revision Graph
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 |