Sunday, 25 June 2017

61.show widget in social engine

<div class="generic_layout_container layout_left">
<?php
echo $this->content()->renderWidget('user.home-photo');
echo $this->content()->renderWidget('user.home-links');
?>
</div> 

No comments:

Post a Comment