* @copyright (C) SOFTLAB24 LIMITED * @license Open Source Social Network License (OSSN LICENSE) http://www.opensource-socialnetwork.org/licence * @link https://www.opensource-socialnetwork.org/ */ ?>
'ossn-login', 'action' => ossn_site_url('action/user/login'), )); echo ossn_plugin_view('widget/view', array( 'title' => ossn_print('site:login'), 'contents' => $contents, )); echo ossn_plugin_view('widget/view', array( 'title' => ossn_print('flexi:latest:members'), 'contents' => ossn_plugin_view('flexi/members_widget', array('count' => 20)) )); ?>
'ossn-home-signup', 'action' => ossn_site_url('action/user/register') )); $heading = "

".ossn_print('its:free')."

"; echo ossn_plugin_view('widget/view', array( 'title' => ossn_print('create:account'), 'contents' => $heading.$contents, )); ?>