Parent Directory
|
Revision Log
|
Revision Graph
Migrate all handbook related code to drupalorg_handbook.module: - Existing handbook.module code. - Form altering from drupalorg.module
| 1 | <div class="meta"> |
| 2 | <h5>About This Article</h5> |
| 3 | <ul> |
| 4 | <?php if ($versions): ?> |
| 5 | <li class="versions">Drupal versions: <?php print $versions; ?> |
| 6 | <?php endif; ?> |
| 7 | <?php if ($modified): ?> |
| 8 | <li class="modified">Last modified: <?php print $modified; ?></li> |
| 9 | <?php endif; ?> |
| 10 | <?php if ($authors): ?> |
| 11 | <li class="authors">Authors: <?php print $authors; ?></li> |
| 12 | <?php endif; ?> |
| 13 | <?php if ($languages): ?> |
| 14 | <li class="languages">Languages: <?php print $languages; ?><a href="#">Cymraeg</a>, <a href="#">English</a> </li> |
| 15 | <?php endif; ?> |
| 16 | <?php if ($features || $add_tag_link): ?> |
| 17 | <li class="feature-tags">Tags: <?php print $features; ?><span><?php //print $add_tag_link; ?></span></li> |
| 18 | <?php endif; ?> |
| 19 | <?php if ($alerts): ?> |
| 20 | <?php print $alerts; ?> |
| 21 | <?php endif;?> |
| 22 | </ul> |
| 23 | </div> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |