~ubuntu-gr-webteam/ubuntu-gr-website/drupal6-site

« back to all changes in this revision

Viewing changes to sites/all/modules/date/theme/date-navigation.tpl.php

  • Committer: Thanos Lefteris
  • Date: 2009-07-29 17:46:54 UTC
  • Revision ID: alefteris@gmail.com-20090729174654-pgfr1vtqw8ikvo5r
* Upgraded calendar module
* Upgraded commentrss module
* Upgraded date module
* Upgraded webfm module

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?php
2
 
// $Id: date-navigation.tpl.php,v 1.1.4.9 2009/02/27 14:17:27 karens Exp $
 
2
// $Id: date-navigation.tpl.php,v 1.1.4.10 2009/04/30 10:44:43 karens Exp $
3
3
/**
4
4
 * @file
5
5
 * Template to display date navigation links.
43
43
  </div>
44
44
  <div class="date-next">&nbsp;
45
45
    <?php if (!empty($next_url)) : ?>
46
 
      <span class="next"> <?php print l(($block ? '' : date_t('Next', 'date_nav')) . '»', $next_url, $next_options); ?></span>
 
46
      <span class="next"> <?php print l(($block ? '' : date_t('Next', 'date_nav')) . ' »', $next_url, $next_options); ?></span>
47
47
    <?php endif; ?>  
48
48
  </div>
49
49
</div>