Changeset 633446
- Timestamp:
- 12/03/2012 12:29:25 PM (13 years ago)
- Location:
- dippler/trunk/themes
- Files:
-
- 4 edited
-
twentyten_dippler/dippler-blog-page.php (modified) (2 diffs)
-
twentyten_dippler/style.css (modified) (1 diff)
-
twentytwelve_dippler/dippler-blog-page.php (modified) (2 diffs)
-
twentytwelve_dippler/style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dippler/trunk/themes/twentyten_dippler/dippler-blog-page.php
r629015 r633446 24 24 } 25 25 if ( have_posts() && $course ) : ?> 26 27 <?php twentyeleven_content_nav( 'nav-above' ); ?>28 26 29 27 <?php /* Start the Loop */ ?> … … 34 32 <?php endwhile; ?> 35 33 36 <?php twentyeleven_content_nav( 'nav-below' ); ?>37 38 34 <?php else : ?> 39 35 40 36 <article id="post-0" class="post no-results not-found"> 41 37 <header class="entry-header"> 42 <h1 class="entry-title"><?php _e( 'Nothing Found', 'twenty eleven' ); ?></h1>38 <h1 class="entry-title"><?php _e( 'Nothing Found', 'twentyten' ); ?></h1> 43 39 </header><!-- .entry-header --> 44 40 45 41 <div class="entry-content"> 46 <p><?php _e( 'Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post.', 'twenty eleven' ); ?></p>42 <p><?php _e( 'Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post.', 'twentyten' ); ?></p> 47 43 <?php get_search_form(); ?> 48 44 </div><!-- .entry-content --> -
dippler/trunk/themes/twentyten_dippler/style.css
r633438 r633446 1 1 /* 2 2 Theme Name: Twenty Ten with Dippler for Wordpress 3 Theme URI: http://wordpress.org/extend/themes/twenty eleven3 Theme URI: http://wordpress.org/extend/themes/twentyten 4 4 Author: the WordPress team and modded by Tallinn University Centre for Educational Technology 5 5 Author URI: http://wordpress.org/ -
dippler/trunk/themes/twentytwelve_dippler/dippler-blog-page.php
r633418 r633446 24 24 } 25 25 if ( have_posts() && $course ) : ?> 26 27 <?php twentyeleven_content_nav( 'nav-above' ); ?>28 26 29 27 <?php /* Start the Loop */ ?> … … 34 32 <?php endwhile; ?> 35 33 36 <?php twentyeleven_content_nav( 'nav-below' ); ?>37 38 34 <?php else : ?> 39 35 40 36 <article id="post-0" class="post no-results not-found"> 41 37 <header class="entry-header"> 42 <h1 class="entry-title"><?php _e( 'Nothing Found', 'twenty eleven' ); ?></h1>38 <h1 class="entry-title"><?php _e( 'Nothing Found', 'twentytwelve' ); ?></h1> 43 39 </header><!-- .entry-header --> 44 40 45 41 <div class="entry-content"> 46 <p><?php _e( 'Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post.', 'twenty eleven' ); ?></p>42 <p><?php _e( 'Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post.', 'twentytwelve' ); ?></p> 47 43 <?php get_search_form(); ?> 48 44 </div><!-- .entry-content --> -
dippler/trunk/themes/twentytwelve_dippler/style.css
r633438 r633446 1 1 /* 2 2 Theme Name: Twenty Twelve with Dippler for Wordpress 3 Theme URI: http://wordpress.org/extend/themes/twenty eleven3 Theme URI: http://wordpress.org/extend/themes/twentytwelve 4 4 Author: the WordPress team and modded by Tallinn University Centre for Educational Technology 5 5 Author URI: http://wordpress.org/
Note: See TracChangeset
for help on using the changeset viewer.