forked from inclusive-design/idi-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'development' into IDI-99
- Loading branch information
Showing
12 changed files
with
306 additions
and
455 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<?php | ||
/* | ||
Template Name: Equipment List Details | ||
*/ | ||
?> | ||
<?php get_header(); ?> | ||
|
||
<?php if ( is_user_logged_in() ): ?> | ||
<?php if(have_posts()) { the_post(); } ?> | ||
<div class="fl-centered fl-col-mixed fl-site-wrapper idi-equipment"> | ||
<div class="fl-col-fixed fl-force-left"> | ||
<?php get_sidebar('equipment');?> | ||
<?php get_sidebar('equipment-categories');?> | ||
</div> | ||
<div id="content" class="fl-col-flex idi-3cols"> | ||
<div class="idi-breadcrumbs"> | ||
<a href="<?php echo get_home_url(); ?>/booking/equipment">Back to Equipment</a> | ||
</div> | ||
<h2><?php the_title(); ?></h2> | ||
|
||
<?php the_content(); ?> | ||
</div> | ||
</div> | ||
<?php else: ?> | ||
<p>You must login to view this content.</p> | ||
<?php endif; ?> | ||
<?php get_footer(); ?> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.