Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixing UUP templates
  • Loading branch information
andrewmbacon committed Aug 8, 2014
1 parent 184b8c0 commit 8712564
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion user-index-table.php
Expand Up @@ -6,7 +6,7 @@ Template Name: User Table
*/

get_header(); ?>
<div id="page-blank">
<div id="page-usertable">
<?php include('inc/sidebar-check.php')?>
<?php while ( have_posts() ) : the_post(); ?>
<?php include('inc/submenu-check.php')?>
Expand Down
2 changes: 1 addition & 1 deletion user-index.php
Expand Up @@ -6,7 +6,7 @@ Template Name: User List
*/

get_header(); ?>
<div id="page-blank">
<div id="page-userlist">
<?php include('inc/sidebar-check.php')?>
<?php while ( have_posts() ) : the_post(); ?>
<?php include('inc/submenu-check.php')?>
Expand Down

0 comments on commit 8712564

Please sign in to comment.