Ejemplo n.º 1
0
	<div class="column_8">
		<? 
		if ($POD->libOptions("enable_contenttype_wiki_add")) 
			if($POD->isAuthenticated() && $POD->currentUser()->get('adminUser')){ ?>
				<p>Add a new wiki now! <a href="<? $POD->siteRoot(); echo $edit_pattern; ?>">Click here!</a></p>
		<? }
		else {
			?><p>This software is under developement. Adding new wikis by users will be enabled in coming releases inshalla!</p><?
		}
		
		?><p>To connect your account on one of the wikis below, please add it <a href="wikiman">here</a></p><?

		
		$wikis->output('short_wiki','header','pager','List of supported wikis','Nothing has been posted on this site yet. Wow, it must be brand new!'); ?>
		
	</div>	
	<div class="column_4 structure_only">
		
		<? $POD->output('sidebars/search'); ?>

		<? $POD->output('sidebars/ad_unit'); ?>

		<? $POD->output('sidebars/tag_cloud'); ?>

		<? $POD->output('sidebars/recent_visitors'); ?>
		
	</div>	

<?	$POD->footer(); ?>
Ejemplo n.º 2
0
        $header = "Newish Groups";
        $groups = $POD->getGroups(array('type' => 'public'), 'g.date DESC', $max, $offset);
    }
}
if (!$groups->success()) {
    $POD->addMessage($groups->error());
}
$POD->header('My Groups');
?>
	<div class="column_8">	
		<?php 
$groups->output('short', 'header', 'pager', $header, 'No groups have been created');
?>
	</div>

	<div class="column_4 structure_only">
	
		<?php 
$POD->output('sidebars/group_search');
?>
		<?php 
$POD->output('sidebars/create_group');
?>
		<?php 
$POD->output('sidebars/recent_groups');
?>
		
	</div>
		
<?php 
$POD->footer();
Ejemplo n.º 3
0
        echo $people->error();
        ?>
						</div>
					<?php 
    }
    ?>
		
		<?php 
}
?>
	</div>
	
	<div class="column_4 structure_only">
		
		<?php 
$POD->output('sidebars/ad_unit');
?>

		<?php 
$POD->output('sidebars/tag_cloud');
?>

		<?php 
$POD->output('sidebars/recent_visitors');
?>
		
	</div>	

	<?php 
$POD->footer();
?>