Esempio n. 1
0
						</fieldset>
					</form>
<?php 
                }
                ?>
				</div>
				<div class="imBlogPostCommentUser"><?php 
                echo (stristr($c[$i]['url'], "http") ? "<a href=\"" . $c[$i]['url'] . "\" target=\"_blank\">" . $c[$i]['name'] . "</a>" : $c[$i]['name']) . " (" . $c[$i]['email'] . ")";
                ?>
</div>
				<div class="imBlogPostCommentBody"><?php 
                echo $c[$i]['body'];
                ?>
</div>
				<div class="imBlogPostCommentDate"><?php 
                echo $guestbook->formatTimestamp($c[$i]['timestamp']);
                ?>
</div>
			</div>
<?php 
            }
        } else {
            ?>
<div class="imBlogPostComment">
	<?php 
            echo $l10n['blog_no_comment'];
            ?>
</div>
<?php 
        }
    }