{extends "../@layout.xml"} {block title}{_feed}{/block} {block header} {_feed} {/block} {block content} {php $GLOBALS["_bigWall"] = 1}
{_my_news}
{_all_news}
{include "../components/textArea.xml", route => "/wall" . $thisUser->getId() . "/makePost", graffiti => true, polls => true, notes => true}
{foreach $posts as $post} {include "../components/post.xml", post => $post, onWallOf => true, commentSection => true} {/foreach}
{include "../components/paginator.xml", conf => $paginatorConf}
{_posts_per_page}:
{if isset($thisUser) && $thisUser->hasMicroblogEnabled()} {script "js/al_comments.js"} {/if} {/block}