change upload path

This commit is contained in:
Garvin Hicking 2012-08-17 12:09:13 +02:00
parent 6e7c5adc2d
commit 58b008ff41
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
<div class="serendipity_imageComment_img">
<a class="serendipity_image_link" href="/uploads/{$medium.path}{$medium.realname}">
<!-- s9ymdb:795 -->
<img width="{$medium.thumbwidth}" height="{$medium.thumbheight}" src="{$serendipityHTTPPath}/uploads/{$medium.path}{$medium.name}.{$medium.thumbnail_name}.{$medium.extension}" />
<img width="{$medium.thumbwidth}" height="{$medium.thumbheight}" src="{$serendipityHTTPPath}uploads/{$medium.path}{$medium.name}.{$medium.thumbnail_name}.{$medium.extension}" />
</a>
</div>
<div class="serendipity_imageComment_txt">{$medium.comment1}</div>

View file

@ -35,7 +35,7 @@ class serendipity_event_imageselectorplus extends serendipity_event
$propbag->add('description', PLUGIN_EVENT_IMAGESELECTORPLUS_DESC);
$propbag->add('stackable', false);
$propbag->add('author', 'Garvin Hicking, Vladimir Ajgl, Adam Charnock');
$propbag->add('version', '0.31');
$propbag->add('version', '0.32');
$propbag->add('requirements', array(
'serendipity' => '0.9',
'smarty' => '2.6.7',