Changeset 893
- Timestamp:
- 09/04/08 18:53:24 (3 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
plugins/plugin_directory/trunk/templates/plugin.single.php
r889 r893 29 29 <?php echo $post->content_out; ?> 30 30 31 <?php if ($post->info->screenshot) : ?> 32 <img src="<?php echo $post->info->screenshot; ?>" alt="screenshot of <?php echo $post->title_out; ?>"> 33 <?php endif; ?> 34 35 <h3>Info</h3> 36 37 <ul> 38 <li>Author: <a href="<?php echo $post->info->author_url; ?>" rel="nofollow"><?php echo $post->info->author; ?></a></li> 39 <li>License: <?php echo $post->info->license; ?></li> 40 </ul> 41 31 42 <h3>Versions</h3> 32 43 <?php foreach( (array) $post->versions as $version ) : ?>
