<?php
if (Wo_IsLogged() === false) {
header("Location: " . Wo_SeoLink('index.php?tab1=welcome'));
exit();
}
$wo['description'] = $wo['config']['siteDesc'];
$wo['keywords'] = $wo['config']['siteKeywords'];
$wo['page'] = 'my_groups';
$wo['title'] = 'My Groups | ' . $wo['config']['siteTitle'];
$wo['content'] = Wo_LoadPage('group/my-groups');