Beispiel #1
0
            ?>
"><img src="<?php 
            echo $value['path'];
            ?>
"></a>
					</div>
					<div class="summary">
						<?php 
            echo $self ? "<p>You</p>" : View::user($value['uid'], true);
            ?>
						&nbsp;wrote a new&nbsp;<a href="<?php 
            echo $id;
            ?>
">story</a>&nbsp;
						<div class="time"><?php 
            echo View::postDate($value['id']);
            ?>
</div>
					</div>
				</div>
				<div class="content">
					<div class="extra text">
						<h3><a href="<?php 
            echo $id;
            ?>
" class="title"><?php 
            echo $value['title'];
            ?>
</a></h3>
					</div><br>
					<div class="meta post-footer">
Beispiel #2
0
					</div>
				</div>
			<?php 
} else {
    ?>
			<div class="comment report">
				<div class="ui segment">
					<div class="ui items">
						<div class="item">
							<div class="content">
								<div class="details">
									<p class="time">Comment by <?php 
    echo View::user($post->uid);
    ?>
 - <?php 
    echo View::postDate($id);
    ?>
</p>
								</div><hr>
								<div class="description">
									<p><?php 
    echo $post->content;
    ?>
</p>
								</div>
							</div>
						</div>
					</div>
				</div>
				<?php 
}