|
|
@ -4,7 +4,7 @@ title: Welcome Home !
|
|
|
|
|
|
|
|
|
|
|
|
<section id="left_panel">
|
|
|
|
<section id="left_panel">
|
|
|
|
<div id="last_articles">
|
|
|
|
<div id="last_articles">
|
|
|
|
<h2>Last Articles</h2>
|
|
|
|
<h2>Latest Articles</h2>
|
|
|
|
$for(lastTwoArticles)$
|
|
|
|
$for(lastTwoArticles)$
|
|
|
|
<a href="$url$">
|
|
|
|
<a href="$url$">
|
|
|
|
<div class="recent_article">
|
|
|
|
<div class="recent_article">
|
|
|
@ -20,7 +20,7 @@ title: Welcome Home !
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="last_messages">
|
|
|
|
<div id="last_messages">
|
|
|
|
<h2>Last Messages</h2>
|
|
|
|
<h2>Latest Messages</h2>
|
|
|
|
$for(lastTwoMessages)$
|
|
|
|
$for(lastTwoMessages)$
|
|
|
|
<div class="recent_article">
|
|
|
|
<div class="recent_article">
|
|
|
|
<h3>$title$</h3>
|
|
|
|
<h3>$title$</h3>
|
|
|
|