Exemplo n.º 1
0
?>
@parent <?php 
echo $tempText;
?>
@stop
@section('sidebar')
@parent

<p>This is appended to the master sidebar.</p>
@stop

@section('content')
<?php 
$countOfPosts = Internships::getCountOfAllInternships();
if ($countOfPosts) {
    $posts = Internships::getAllInternships();
}
?>

<div>
	<?php 
if ($countOfPosts) {
    ?>
	<ul class="timeline">
		<?php 
    foreach ($posts as $post) {
        if ($post) {
            ?>
		<li>
			<div class="bubble-container">
				<div class="bubble">