Show
Ignore:
Timestamp:
09/04/08 18:53:24 (4 months ago)
Author:
MattRead
Message:

plugin:plugin_directory more template updates. Maybe someone could it up all nice? :)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plugins/plugin_directory/trunk/templates/plugin.single.php

    r889 r893  
    2929        <?php echo $post->content_out; ?> 
    3030         
     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         
    3142        <h3>Versions</h3> 
    3243          <?php foreach( (array) $post->versions as $version ) : ?>