summaryrefslogtreecommitdiff
path: root/templates/center_component_comments.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/center_component_comments.tpl')
-rwxr-xr-xtemplates/center_component_comments.tpl35
1 files changed, 0 insertions, 35 deletions
diff --git a/templates/center_component_comments.tpl b/templates/center_component_comments.tpl
deleted file mode 100755
index a90a417..0000000
--- a/templates/center_component_comments.tpl
+++ /dev/null
@@ -1,35 +0,0 @@
-{* $Header$ *}
-{strip}
-{if $modLastComments}
-<div class="listing stock">
- <div class="header">
- <h2>{tr}{$moduleTitle|default:'Image Comments'}{/tr}</h2>
- </div>
-
- <div class="body">
- <ul class="comment">
- {section name=ix loop=$modLastComments}
- <li class="post">
- <a href="{$modLastComments[ix].object->getDisplayUrl()}"><img class="thumb" src="{$modLastComments[ix].object->getThumbnailUrl($moduleParams.module_params.thumb_size)}" alt="{$modLastComments[ix].object->getTitle()|escape}" title="{$modLastComments[ix].object->getTitle()|escape}" /></a>
-
- <div class="header">
- <h3>{$modLastComments[ix].object->getTitle()|escape}:&nbsp;{$modLastComments[ix].display_link}</h3>
- {if $moduleParams.module_params.show_date}
- <div class="date">{tr}by{/tr} {displayname hash=$modLastComments[ix]}, {$modLastComments[ix].last_modified|bit_short_datetime}</div>
- {/if}
- </div>
- {if $moduleParams.module_params.full}
- <p>{$modLastComments[ix].parsed_data}</p>
- {/if}
- <div class="clear"></div>
- </li>
- {sectionelse}
- <li></li>
- {/section}
- </ul>
- <div class="clear"></div>
- {pagination gallery_id=$gContent->mGalleryId}
- </div> <!-- end .body -->
-</div> <!-- end .stock -->
-{/if}
-{/strip}