Esempio n. 1
0
		<i class="icon-cloud"></i>
		<h3><a href="/news">ownCloud News</a></h3>
		<span class="social-feed"><?php 
if (CONTRIBOOK) {
    CONTRIBOOK_NEWS::show(0, 4);
}
?>
</span>
	</div>
	<div class="col-lg-4 col-md-4 col-xs-12 col-sm-4">
		<i class="icon-twitter"></i>
		<h3>The latest <a href="https://twitter.com/ownclouders">Twitter posts</a></h3>
		<span class="social-feed"><?php 
if (CONTRIBOOK) {
    CONTRIBOOK_MICROBLOG::show(0, 2);
}
?>
</span>
	</div>
	<div class="col-lg-4 col-md-4 col-xs-12 col-sm-4">
		<i class="icon-comment"></i>
		<h3>The latest <a href="https://forum.owncloud.org">from the forum</a></h3>
		<span class="social-feed"><?php 
if (CONTRIBOOK) {
    CONTRIBOOK_FORUM::show(0, 4);
}
?>
</span>
	</div>
</div>
Esempio n. 2
0

<div class="row 3-column-lg-md-sm">
	<div class="col-lg-4 col-md-4 col-xs-12 col-sm-4">
		<h2><i class="icon-twitter"></i> The latest <a href="https://twitter.com/ownclouders">twitter posts</a></h2>
		<?php 
if (CONTRIBOOK) {
    CONTRIBOOK_MICROBLOG::show(0, 3);
}
?>
	</div>
	<div class="col-lg-4 col-md-4 col-xs-12 col-sm-4">
		<h2><i class="icon-comment"></i> The latest <a href="https://forum.owncloud.org">from the forum</a></h2>
		<?php 
if (CONTRIBOOK) {
    CONTRIBOOK_FORUM::show(0, 7);
}
?>
	</div>
	<div class="col-lg-4 col-md-4 col-xs-12 col-sm-4">
		<h2><i class="icon-cloud"></i> <a href="/news">ownCloud News</a></h2>
		<?php 
if (CONTRIBOOK) {
    CONTRIBOOK_NEWS::show(0, 9);
}
?>
	</div>
</div>


<!-- Tiny caroussel -->
Esempio n. 3
0
        the_post();
        ?>

<?php 
        the_content();
        ?>
	
<?php 
    }
}
?>

<?php 
echo '<table width="100%" border="0" cellpadding="10"><tr><td valign="top">';
echo '<h2><i class="icon-twitter"></i> The latest twitter posts</h2>';
CONTRIBOOK_MICROBLOG::show(0, 10);
echo '</td><td valign="top">';
echo '<h2><i class="icon-comment"></i> The latest from the forum</h2>';
CONTRIBOOK_FORUM::show(0, 10);
echo '<h2><i class="icon-cloud"></i> ownCloud.com news</h2>';
CONTRIBOOK_NEWS::show(0, 10);
echo '</td></tr></table>';
?>



<?php 
get_footer();
?>