/[drupal]/contributions/modules/api/templates/api-constant-page.tpl.php
ViewVC logotype

Diff of /contributions/modules/api/templates/api-constant-page.tpl.php

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

revision 1.2.2.1 by drumm, Tue Jun 23 06:59:56 2009 UTC revision 1.2.2.2 by drumm, Thu Oct 8 06:07:46 2009 UTC
# Line 1  Line 1 
 <p><?php print t('in') ?> <?php print api_file_link($constant) ?></p>  
   
1  <?php print $documentation ?>  <?php print $documentation ?>
2    
3  <?php print $code ?>  <?php print $defined; ?>
4    <?php print $code; ?>
5    
6  <?php if (!empty($related_topics)) { ?>  <?php if (!empty($related_topics)) { ?>
7  <h3><?php print t('Related topics') ?></h3>  <h3><?php print t('Related topics') ?></h3>

Legend:
Removed from v.1.2.2.1  
changed lines
  Added in v.1.2.2.2

  ViewVC Help
Powered by ViewVC 1.1.3