Changeset 1301542
- Timestamp:
- 12/06/2015 06:09:31 PM (10 years ago)
- Location:
- os-media/trunk/layout
- Files:
-
- 2 edited
-
osmedia_cpt-theme.php (modified) (1 diff)
-
osmedia_cpt-twentyfourteen.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
os-media/trunk/layout/osmedia_cpt-theme.php
r1299148 r1301542 17 17 18 18 <div id="primary" class="content-area"> 19 <div id="content" class="site-content" role="main">19 <div id="content" class="site-content" style="margin-right: 0;" role="main"> 20 20 21 21 <?php echo OSmedia_video(); ?> -
os-media/trunk/layout/osmedia_cpt-twentyfourteen.php
r1297200 r1301542 16 16 <?php while ( have_posts() ) : the_post(); ?> 17 17 18 <div id="primary" class="content-area" >19 <div id="content" class="site-content" role="main">18 <div id="primary" class="content-area" style="padding-top:0; margin-top:0"> 19 <div id="content" class="site-content" style="margin-right: 0;" role="main"> 20 20 21 21 <?php echo OSmedia_video(); // OSmedia videoplayer ?> 22 22 23 <div class="entry-content" >23 <div class="entry-content" style="margin: 20px 30px; max-width:1024px"> 24 24 <?php the_title( '<h1 class="entry-title">', '</h1>' ); ?> 25 25 <?php the_content(); ?>
Note: See TracChangeset
for help on using the changeset viewer.