Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
c3487175f6
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
16 lines (15 sloc) 209 Bytes
<?php
/*
Template Name: Staff
*/
get_header(); ?>
<div id="main-content" class="span12">
<h4>Staff</h4>
<hr />
<div class="user-list">
<?php
list_all_public();
?>
</div>
</div>
<?php get_footer(); ?>