Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- include 'core/common.inc.php';
- // includes header
- showHeader('Home');
- // loginModule() now included within the showHeader() function!!
- // display modules to admins
- //adminModules();
- // show posts
- showPosts();
- ?>
Add Comment
Please, Sign In to add comment