Eddie Machado 12 лет назад
Родитель
Сommit
93d11daf00
16 измененных файлов с 845 добавлено и 753 удалено
  1. 24 26
      CHANGELOG.md
  2. 0 83
      README
  3. 30 0
      README.md
  4. 8 8
      comments.php
  5. 21 3
      functions.php
  6. 13 13
      header.php
  7. 3 3
      library/admin.php
  8. 114 114
      library/bones.php
  9. 55 0
      library/css/ie.css
  10. 2 0
      library/css/style.css
  11. 65 65
      library/js/scripts.js
  12. 7 4
      library/scss/_768up.scss
  13. 5 5
      library/scss/_mixins.scss
  14. 128 222
      library/scss/_normalize.scss
  15. BIN
      library/translation/nl_NL.mo
  16. 370 207
      library/translation/nl_NL.po

+ 24 - 26
library/log.txt → CHANGELOG.md

@@ -1,4 +1,4 @@
-Bones - A Lightweight Wordpress Developer Template
+## BONES CHANGE LOG & HISTORY
 
 
 This theme is meant to make development easier & take
 This theme is meant to make development easier & take
 advantage of modern web development & design techniques.
 advantage of modern web development & design techniques.
@@ -8,16 +8,14 @@ http://themble.com/bones/
 
 
 Author: Eddie Machado
 Author: Eddie Machado
 
 
-/******************************************************************
-BONES CHANGE LOG & HISTORY
-******************************************************************/
+*******************************************************************
 
 
-/* 1.4 update */
+**v1.4 update**
 - updated Modernizr to 2.6.2
 - updated Modernizr to 2.6.2
 - merged a ton of pull requests (thanks guys and gals!)
 - merged a ton of pull requests (thanks guys and gals!)
 - added windows 8 tile support
 - added windows 8 tile support
 
 
-/* v1.3 update */
+**v1.3 update**
 - removed version number from scripts & styles (thanks James)
 - removed version number from scripts & styles (thanks James)
 - removed LESS (it's over Johnny, It's OVER!)
 - removed LESS (it's over Johnny, It's OVER!)
 - changed post-content to entry-content
 - changed post-content to entry-content
@@ -27,7 +25,7 @@ BONES CHANGE LOG & HISTORY
 - removed unused css files (that were mistakingly compiled)
 - removed unused css files (that were mistakingly compiled)
 - BORDER BOX ALL THE THINGS (http://paulirish.com/2012/box-sizing-border-box-ftw/)
 - BORDER BOX ALL THE THINGS (http://paulirish.com/2012/box-sizing-border-box-ftw/)
 
 
-/* v1.25 update */
+**v1.25 update**
 - updated custom post type page for translation
 - updated custom post type page for translation
 - added => to responsive jquery
 - added => to responsive jquery
 - cleaned up theme tags (which make NO sense, but are best practice, go figure)
 - cleaned up theme tags (which make NO sense, but are best practice, go figure)
@@ -38,7 +36,7 @@ BONES CHANGE LOG & HISTORY
 - cleaned up mixins (border radius)
 - cleaned up mixins (border radius)
 - added translations! (Chinese, Spanish)
 - added translations! (Chinese, Spanish)
 
 
-/* v1.2 HUGE update */
+**v1.2 HUGE update**
 - merge responsive version with classic
 - merge responsive version with classic
 - remove post title from read more link (it's way too long)
 - remove post title from read more link (it's way too long)
 - removed readme.txt (it was pointless)
 - removed readme.txt (it was pointless)
@@ -74,12 +72,12 @@ BONES CHANGE LOG & HISTORY
 - rel=me can also be handled by SEO plugin or another plugin
 - rel=me can also be handled by SEO plugin or another plugin
 - removed author.php (you can use archive.php or add it yourself)
 - removed author.php (you can use archive.php or add it yourself)
 
 
-/* v1.09 more updates */
+**v1.09 more updates**
 - updated admin.php to include custom widget examples, admin login styles, and admin footer
 - updated admin.php to include custom widget examples, admin login styles, and admin footer
 - login.css added for custom login styles
 - login.css added for custom login styles
 - custom login logo included
 - custom login logo included
 
 
-/* v1.09 updates */
+**v1.09 updates**
 - added snippet to remove < p > from imgs (http://css-tricks.com/snippets/wordpress/remove-paragraph-tags-from-around-images/)
 - added snippet to remove < p > from imgs (http://css-tricks.com/snippets/wordpress/remove-paragraph-tags-from-around-images/)
 - added custom admin functions file
 - added custom admin functions file
 - updated normalize
 - updated normalize
@@ -92,7 +90,7 @@ BONES CHANGE LOG & HISTORY
 - added tag & category examples to custom post type
 - added tag & category examples to custom post type
 
 
 
 
-/*v1.08 release (hellz yea!) */
+**v1.08 release (hellz yea!)**
 - replaced default.css with normalize.css
 - replaced default.css with normalize.css
 - added responsive.css
 - added responsive.css
 - completely revamped styles & stylesheets
 - completely revamped styles & stylesheets
@@ -132,11 +130,11 @@ BONES CHANGE LOG & HISTORY
 - removed html5 video shortcode
 - removed html5 video shortcode
 
 
 
 
-/*v1.07 more changes */
+**v1.07 more changes**
 - updated selectivizr
 - updated selectivizr
 - compressed images
 - compressed images
 
 
-/*v1.07 changes */
+**v1.07 changes**
 - added modernizr 2.0 custom build
 - added modernizr 2.0 custom build
 - added IE=edge,chrome=1 for older, shitty browsers
 - added IE=edge,chrome=1 for older, shitty browsers
 - removed iphone stuff ( you can add later if you want it )
 - removed iphone stuff ( you can add later if you want it )
@@ -146,7 +144,7 @@ BONES CHANGE LOG & HISTORY
 - fixed errors on style.css (mostly removing example using parenthesis)
 - fixed errors on style.css (mostly removing example using parenthesis)
 - added jquery 1.6.1
 - added jquery 1.6.1
 
 
-/*v1.07 w00t! */
+**v1.07 w00t!**
 - changed clear to clearfix across the board
 - changed clear to clearfix across the board
 - added 320 & Up Boilerplate Extension by Andy Clarke
 - added 320 & Up Boilerplate Extension by Andy Clarke
 - renamed modernizr to the current version file
 - renamed modernizr to the current version file
@@ -154,14 +152,14 @@ BONES CHANGE LOG & HISTORY
 - updated DOMAssistant to newest version
 - updated DOMAssistant to newest version
 
 
 
 
-/*v1.06 More Updates */
+**v1.06 More Updates**
 - added theme translation to all files
 - added theme translation to all files
 - removed categories form page meta info
 - removed categories form page meta info
 - fixed confusing copyright issues
 - fixed confusing copyright issues
 - removed the unneeded author / tag / ect archive title from taxonomy-custom-cat.php
 - removed the unneeded author / tag / ect archive title from taxonomy-custom-cat.php
 
 
 
 
-/* v1.06 Updates */
+**v1.06 Updates**
 - changed name of default stylesheet to default so it's easier to
 - changed name of default stylesheet to default so it's easier to
 	debug. (having two stylesheets named style is confusing)
 	debug. (having two stylesheets named style is confusing)
 - added clearing class to #inner-header and #inner-footer
 - added clearing class to #inner-header and #inner-footer
@@ -178,12 +176,12 @@ BONES CHANGE LOG & HISTORY
 - adding standard categories & tags to custom post type example
 - adding standard categories & tags to custom post type example
 
 
 
 
-/* v1.06 */
+**v1.06**
 - added custom post type and taxonomies file
 - added custom post type and taxonomies file
 - created custom post type template
 - created custom post type template
 - added readme.txt file (really for no reason at all)
 - added readme.txt file (really for no reason at all)
 - fixed the margin on the comments title
 - fixed the margin on the comments title
-- removed duplicate text-align calls in css /* Thanks Dom */
+- removed duplicate text-align calls in css **Thanks Dom**
 - added add_theme_support( 'automatic-feed-links' ) replacing
 - added add_theme_support( 'automatic-feed-links' ) replacing
 	the deprecated automatic_feed_links();
 	the deprecated automatic_feed_links();
 - added the language_attributes(); to the html tag
 - added the language_attributes(); to the html tag
@@ -191,7 +189,7 @@ BONES CHANGE LOG & HISTORY
 - bloginfo('url') in header replaced with echo home_url()
 - bloginfo('url') in header replaced with echo home_url()
 - using get_template_directory_uri() instead of bloginfo('template_directory')
 - using get_template_directory_uri() instead of bloginfo('template_directory')
 - using get_the_author_meta('display_name') instead of deprecated function
 - using get_the_author_meta('display_name') instead of deprecated function
-- fixed error in bones.php for menu fallback /* thanks Mark */
+- fixed error in bones.php for menu fallback **thanks Mark**
 - creating thumbnail fallback functions
 - creating thumbnail fallback functions
 - added header.js and moved modernizr & imgsizer in that file
 - added header.js and moved modernizr & imgsizer in that file
 - added lazy load jquery plugin
 - added lazy load jquery plugin
@@ -202,7 +200,7 @@ BONES CHANGE LOG & HISTORY
 - removed the top margin of the footer menu
 - removed the top margin of the footer menu
 
 
 
 
-/* v1.05 */
+**v1.05**
 - fixed typos in style.css file & logs
 - fixed typos in style.css file & logs
 - updated selectivizr to latest version
 - updated selectivizr to latest version
 - added "embed, ruby, output" to the reset stylesheet based on
 - added "embed, ruby, output" to the reset stylesheet based on
@@ -212,11 +210,11 @@ BONES CHANGE LOG & HISTORY
 - added text-align styles to default stylesheet
 - added text-align styles to default stylesheet
 
 
 
 
-/* v1.04 Quick Fix */
+**v1.04 Quick Fix**
 - fixed error with script call that was deprecated.
 - fixed error with script call that was deprecated.
 
 
 
 
-/* v1.04 */
+**v1.04**
 - moved the custom script call and pngfix to the footer
 - moved the custom script call and pngfix to the footer
 	from the bones file so it's easier to see what's being
 	from the bones file so it's easier to see what's being
 	called.
 	called.
@@ -233,24 +231,24 @@ BONES CHANGE LOG & HISTORY
 	and index pages.
 	and index pages.
 
 
 
 
-/* v1.03 */
+**v1.03**
 - public release!
 - public release!
 - added html5 video to plugins
 - added html5 video to plugins
 - added page navi to plugins
 - added page navi to plugins
 - general fixes and optimization
 - general fixes and optimization
 
 
 
 
-/* v1.02 */
+**v1.02**
 - html5 updates and semantic layout corrected
 - html5 updates and semantic layout corrected
 - added search css & custom functions
 - added search css & custom functions
 - added functionality from the html5boilerplate
 - added functionality from the html5boilerplate
 
 
 
 
-/* v1.01 */
+**v1.01**
 - added related posts functions
 - added related posts functions
 - general css fixes
 - general css fixes
 
 
 
 
-/* v1.00 */
+**v1.00**
 - i thought "there must be a better way"
 - i thought "there must be a better way"
 - did something about it
 - did something about it

+ 0 - 83
README

@@ -1,83 +0,0 @@
-/******************************************************************
-Bones
-A Lightweight Wordpress Development Theme
-
-_______________________________________________________________
-HEADS UP!!!
-Bones & Bones (Responsive Edition) have been merged.
-_______________________________________________________________
-
-Bones is designed to make the life of developers easier. It's built
-using HTML5 & has a strong semantic foundation. It was updated recently
-using some of the HTML5 Boilerplate's recommended markup and setup.
-It's constantly growing so be sure to check back often if you are a
-frequent user. I'm always open to contribution. :)
-
-Designed by Eddie Machado
-http://themble.com/bones
-
-License: WTFPL
-License URI: http://sam.zoy.org/wtfpl/
-Are You Serious? Yes.
-
-Special Thanks to:
-Paul Irish & the HTML5 Boilerplate
-Yoast for some WP functions & optimization ideas
-Andrew Rogers for code optimization
-David Dellanave for speed & code optimization
-and several other developers. :)
-
-Submit Bugs & or Fixes:
-https://github.com/eddiemachado/bones/issues
-
-To view Release & Update Notes, read the log.txt file inside
-the library folder.
-
-******************************************************************/
-
-/* v1.25 update */
-- updated custom post type page for translation
-- added => to responsive jquery
-- cleaned up theme tags (which make NO sense, but are best practice, go figure)
-- updated html element to match hb5
-- fixed echo problem on admin.php
-- updated normalize (LESS also had some missing styles so I added them)
-- GetComputedStyle fix for IE (for responsive js)
-- cleaned up mixins (border radius)
-- added translations! (Chinese, Spanish)
-
-/* v1.2 HUGE update */
-- merge responsive version with classic
-- remove post title from read more link (it's way too long)
-- removed readme.txt (it was pointless)
-- organized info for each file called in on the functions page
-- added custom gravatar call in comments
-- i'm leaving jQuery to a plugin (that way I'm not providing dated jQuery)
-- added translation folder
-- put everything inside stuff so it's easier to be translated
-- added an identifier in each 404 area so you know what template is showing
-- remove custom walker. I think that's better left for you guys to do
-- fixed some spelling errors
-- added some translation options in the comments file
-- added role=navigation to footer links
-- deleted image.php (who really uses that anyway)
-- added sidebar to search.php
-- added class to custom post type title
-- added link to custom meta box
-- removed selectivizr
-- updated html elements with new classes for IE
-- added new mobile meta tags
-- removed pinned site meta tag for IE9
-- merged base.css into style.css for one less call in the header
-- added styleguide page and styles (oh yea!)
-- added nav class to both menus
-- removed "Powered by Wordpress & Bones" from footer, because let's face it: we all delete this anyway.
-- added button class to submit comment button
-- removed html5 placeholder fallback (you should be using Gravity Forms)
-- added slug and rewrite to custom post type for easier urls
-- renamed the border radius mixins so they were easer to remember
-- removed duplicate box shadow mixin
-- deleted the plugins.php file
-- facebook og:meta can be better handled by a plugin (or Yoast's SEO plugin)
-- rel=me can also be handled by SEO plugin or another plugin
-- removed author.php (you can use archive.php or add it yourself)

+ 30 - 0
README.md

@@ -0,0 +1,30 @@
+# Bones
+__A Lightweight Wordpress Development Theme__
+
+Bones is designed to make the life of developers easier. It's built
+using HTML5 & has a strong semantic foundation. It was updated recently
+using some of the HTML5 Boilerplate's recommended markup and setup.
+It's constantly growing so be sure to check back often if you are a
+frequent user. I'm always open to contribution. :)
+
+Designed by **Eddie Machado**: http://themble.com/bones
+
+Special Thanks to:
+* Paul Irish & the HTML5 Boilerplate
+* Yoast for some WP functions & optimization ideas
+* Andrew Rogers for code optimization
+* David Dellanave for speed & code optimization
+* and several other developers. :)
+
+Submit Bugs & or Fixes:
+https://github.com/eddiemachado/bones/issues
+
+
+## License
+__[WTFPL](http://sam.zoy.org/wtfpl/)__
+
+	Are You Serious? Yes.
+
+
+## Meta
+* [Changelog](../../blob/master/CHANGELOG.md)

+ 8 - 8
comments.php

@@ -16,7 +16,7 @@ The comments page for Bones
 	}
 	}
 ?>
 ?>
 
 
-<!-- You can start editing here. -->
+<?php // You can start editing here. ?>
 
 
 <?php if ( have_comments() ) : ?>
 <?php if ( have_comments() ) : ?>
 	<h3 id="comments" class="h2"><?php comments_number( __( '<span>No</span> Responses', 'bonestheme' ), __( '<span>One</span> Response', 'bonestheme' ), _n( '<span>%</span> Response', '<span>%</span> Responses', get_comments_number(), 'bonestheme' ) );?> to &#8220;<?php the_title(); ?>&#8221;</h3>
 	<h3 id="comments" class="h2"><?php comments_number( __( '<span>No</span> Responses', 'bonestheme' ), __( '<span>One</span> Response', 'bonestheme' ), _n( '<span>%</span> Response', '<span>%</span> Responses', get_comments_number(), 'bonestheme' ) );?> to &#8220;<?php the_title(); ?>&#8221;</h3>
@@ -42,11 +42,11 @@ The comments page for Bones
 	<?php else : // this is displayed if there are no comments so far ?>
 	<?php else : // this is displayed if there are no comments so far ?>
 
 
 	<?php if ( comments_open() ) : ?>
 	<?php if ( comments_open() ) : ?>
-			<!-- If comments are open, but there are no comments. -->
+			<?php // If comments are open, but there are no comments. ?>
 
 
 	<?php else : // comments are closed ?>
 	<?php else : // comments are closed ?>
 
 
-	<!-- If comments are closed. -->
+	<?php // If comments are closed. ?>
 	<!--p class="nocomments"><?php _e( 'Comments are closed.', 'bonestheme' ); ?></p-->
 	<!--p class="nocomments"><?php _e( 'Comments are closed.', 'bonestheme' ); ?></p-->
 
 
 	<?php endif; ?>
 	<?php endif; ?>
@@ -82,28 +82,28 @@ The comments page for Bones
 
 
 		<li>
 		<li>
 			<label for="author"><?php _e( 'Name', 'bonestheme' ); ?> <?php if ($req) _e( '(required)'); ?></label>
 			<label for="author"><?php _e( 'Name', 'bonestheme' ); ?> <?php if ($req) _e( '(required)'); ?></label>
-			<input type="text" name="author" id="author" value="<?php echo esc_attr($comment_author); ?>" placeholder="<?php _e( 'Your Name*', 'bonestheme' ); ?>" tabindex="1" <?php if ($req) echo "aria-required='true'"; ?> />
+			<input type="text" name="author" id="author" value="<?php echo esc_attr($comment_author); ?>" placeholder="<?php _e( 'Your Name*', 'bonestheme' ); ?>" <?php if ($req) echo "aria-required='true'"; ?> />
 		</li>
 		</li>
 
 
 		<li>
 		<li>
 			<label for="email"><?php _e( 'Mail', 'bonestheme' ); ?> <?php if ($req) _e( '(required)'); ?></label>
 			<label for="email"><?php _e( 'Mail', 'bonestheme' ); ?> <?php if ($req) _e( '(required)'); ?></label>
-			<input type="email" name="email" id="email" value="<?php echo esc_attr($comment_author_email); ?>" placeholder="<?php _e( 'Your E-Mail*', 'bonestheme' ); ?>" tabindex="2" <?php if ($req) echo "aria-required='true'"; ?> />
+			<input type="email" name="email" id="email" value="<?php echo esc_attr($comment_author_email); ?>" placeholder="<?php _e( 'Your E-Mail*', 'bonestheme' ); ?>" <?php if ($req) echo "aria-required='true'"; ?> />
 			<small><?php _e("(will not be published)", 'bonestheme' ); ?></small>
 			<small><?php _e("(will not be published)", 'bonestheme' ); ?></small>
 		</li>
 		</li>
 
 
 		<li>
 		<li>
 			<label for="url"><?php _e( 'Website', 'bonestheme' ); ?></label>
 			<label for="url"><?php _e( 'Website', 'bonestheme' ); ?></label>
-			<input type="url" name="url" id="url" value="<?php echo esc_attr($comment_author_url); ?>" placeholder="<?php _e( 'Got a website?', 'bonestheme' ); ?>" tabindex="3" />
+			<input type="url" name="url" id="url" value="<?php echo esc_attr($comment_author_url); ?>" placeholder="<?php _e( 'Got a website?', 'bonestheme' ); ?>" />
 		</li>
 		</li>
 
 
 	</ul>
 	</ul>
 
 
 	<?php endif; ?>
 	<?php endif; ?>
 
 
-	<p><textarea name="comment" id="comment" placeholder="<?php _e( 'Your Comment here...', 'bonestheme' ); ?>" tabindex="4"></textarea></p>
+	<p><textarea name="comment" id="comment" placeholder="<?php _e( 'Your Comment here...', 'bonestheme' ); ?>"></textarea></p>
 
 
 	<p>
 	<p>
-		<input name="submit" type="submit" id="submit" class="button" tabindex="5" value="<?php _e( 'Submit', 'bonestheme' ); ?>" />
+		<input name="submit" type="submit" id="submit" class="button" value="<?php _e( 'Submit', 'bonestheme' ); ?>" />
 		<?php comment_id_fields(); ?>
 		<?php comment_id_fields(); ?>
 	</p>
 	</p>
 
 

+ 21 - 3
functions.php

@@ -50,6 +50,7 @@ require_once( 'library/custom-post-type.php' ); // you can disable this if you l
 // Thumbnail sizes
 // Thumbnail sizes
 add_image_size( 'bones-thumb-600', 600, 150, true );
 add_image_size( 'bones-thumb-600', 600, 150, true );
 add_image_size( 'bones-thumb-300', 300, 100, true );
 add_image_size( 'bones-thumb-300', 300, 100, true );
+
 /*
 /*
 to add more sizes, simply copy a line from above
 to add more sizes, simply copy a line from above
 and change the dimensions & name. As long as you
 and change the dimensions & name. As long as you
@@ -70,6 +71,23 @@ You can change the names and dimensions to whatever
 you like. Enjoy!
 you like. Enjoy!
 */
 */
 
 
+add_filter( 'image_size_names_choose', 'bones_custom_image_sizes' );
+
+function bones_custom_image_sizes( $sizes ) {
+    return array_merge( $sizes, array(
+        'bones-thumb-600' => __('600px by 150px'),
+        'bones-thumb-300' => __('300px by 100px'),
+    ) );
+}
+
+/*
+The function above adds the ability to use the dropdown menu to select 
+the new images sizes you have just created from within the media manager 
+when you add media to your content blocks. If you add more image sizes, 
+duplicate one of the lines in the array and name it according to your 
+new image size.
+*/
+
 /************* ACTIVE SIDEBARS ********************/
 /************* ACTIVE SIDEBARS ********************/
 
 
 // Sidebars & Widgetizes Areas
 // Sidebars & Widgetizes Areas
@@ -124,13 +142,13 @@ function bones_comments( $comment, $args, $depth ) {
 					echo get_avatar($comment,$size='32',$default='<path_to_url>' );
 					echo get_avatar($comment,$size='32',$default='<path_to_url>' );
 				*/
 				*/
 				?>
 				?>
-				<!-- custom gravatar call -->
+				<?php // custom gravatar call ?>
 				<?php
 				<?php
 					// create variable
 					// create variable
 					$bgauthemail = get_comment_author_email();
 					$bgauthemail = get_comment_author_email();
 				?>
 				?>
 				<img data-gravatar="http://www.gravatar.com/avatar/<?php echo md5( $bgauthemail ); ?>?s=32" class="load-gravatar avatar avatar-48 photo" height="32" width="32" src="<?php echo get_template_directory_uri(); ?>/library/images/nothing.gif" />
 				<img data-gravatar="http://www.gravatar.com/avatar/<?php echo md5( $bgauthemail ); ?>?s=32" class="load-gravatar avatar avatar-48 photo" height="32" width="32" src="<?php echo get_template_directory_uri(); ?>/library/images/nothing.gif" />
-				<!-- end custom gravatar call -->
+				<?php // end custom gravatar call ?>
 				<?php printf(__( '<cite class="fn">%s</cite>', 'bonestheme' ), get_comment_author_link()) ?>
 				<?php printf(__( '<cite class="fn">%s</cite>', 'bonestheme' ), get_comment_author_link()) ?>
 				<time datetime="<?php echo comment_time('Y-m-j'); ?>"><a href="<?php echo htmlspecialchars( get_comment_link( $comment->comment_ID ) ) ?>"><?php comment_time(__( 'F jS, Y', 'bonestheme' )); ?> </a></time>
 				<time datetime="<?php echo comment_time('Y-m-j'); ?>"><a href="<?php echo htmlspecialchars( get_comment_link( $comment->comment_ID ) ) ?>"><?php comment_time(__( 'F jS, Y', 'bonestheme' )); ?> </a></time>
 				<?php edit_comment_link(__( '(Edit)', 'bonestheme' ),'  ','') ?>
 				<?php edit_comment_link(__( '(Edit)', 'bonestheme' ),'  ','') ?>
@@ -145,7 +163,7 @@ function bones_comments( $comment, $args, $depth ) {
 			</section>
 			</section>
 			<?php comment_reply_link(array_merge( $args, array('depth' => $depth, 'max_depth' => $args['max_depth']))) ?>
 			<?php comment_reply_link(array_merge( $args, array('depth' => $depth, 'max_depth' => $args['max_depth']))) ?>
 		</article>
 		</article>
-	<!-- </li> is added by WordPress automatically -->
+	<?php // </li> is added by WordPress automatically ?>
 <?php
 <?php
 } // don't remove this bracket!
 } // don't remove this bracket!
 
 

+ 13 - 13
header.php

@@ -1,6 +1,6 @@
 <!doctype html>
 <!doctype html>
 
 
-<!--[if lt IE 7]><html <?php language_attributes(); ?> class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
+<!--[if lt IE 7]><html <?php language_attributes(); ?> class="no-js lt-ie9 lt-ie8 lt-ie7"><![endif]-->
 <!--[if (IE 7)&!(IEMobile)]><html <?php language_attributes(); ?> class="no-js lt-ie9 lt-ie8"><![endif]-->
 <!--[if (IE 7)&!(IEMobile)]><html <?php language_attributes(); ?> class="no-js lt-ie9 lt-ie8"><![endif]-->
 <!--[if (IE 8)&!(IEMobile)]><html <?php language_attributes(); ?> class="no-js lt-ie9"><![endif]-->
 <!--[if (IE 8)&!(IEMobile)]><html <?php language_attributes(); ?> class="no-js lt-ie9"><![endif]-->
 <!--[if gt IE 8]><!--> <html <?php language_attributes(); ?> class="no-js"><!--<![endif]-->
 <!--[if gt IE 8]><!--> <html <?php language_attributes(); ?> class="no-js"><!--<![endif]-->
@@ -8,34 +8,34 @@
 	<head>
 	<head>
 		<meta charset="utf-8">
 		<meta charset="utf-8">
 
 
-		<!-- Google Chrome Frame for IE -->
+		<?php // Google Chrome Frame for IE ?>
 		<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
 		<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
 
 
 		<title><?php wp_title(''); ?></title>
 		<title><?php wp_title(''); ?></title>
 
 
-		<!-- mobile meta (hooray!) -->
+		<?php // mobile meta (hooray!) ?>
 		<meta name="HandheldFriendly" content="True">
 		<meta name="HandheldFriendly" content="True">
 		<meta name="MobileOptimized" content="320">
 		<meta name="MobileOptimized" content="320">
 		<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
 		<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
 
 
-		<!-- icons & favicons (for more: http://www.jonathantneal.com/blog/understand-the-favicon/) -->
+		<?php // icons & favicons (for more: http://www.jonathantneal.com/blog/understand-the-favicon/) ?>
 		<link rel="apple-touch-icon" href="<?php echo get_template_directory_uri(); ?>/library/images/apple-icon-touch.png">
 		<link rel="apple-touch-icon" href="<?php echo get_template_directory_uri(); ?>/library/images/apple-icon-touch.png">
 		<link rel="icon" href="<?php echo get_template_directory_uri(); ?>/favicon.png">
 		<link rel="icon" href="<?php echo get_template_directory_uri(); ?>/favicon.png">
 		<!--[if IE]>
 		<!--[if IE]>
 			<link rel="shortcut icon" href="<?php echo get_template_directory_uri(); ?>/favicon.ico">
 			<link rel="shortcut icon" href="<?php echo get_template_directory_uri(); ?>/favicon.ico">
 		<![endif]-->
 		<![endif]-->
-		<!-- or, set /favicon.ico for IE10 win -->
+		<?php // or, set /favicon.ico for IE10 win ?>
 		<meta name="msapplication-TileColor" content="#f01d4f">
 		<meta name="msapplication-TileColor" content="#f01d4f">
 		<meta name="msapplication-TileImage" content="<?php echo get_template_directory_uri(); ?>/library/images/win8-tile-icon.png">
 		<meta name="msapplication-TileImage" content="<?php echo get_template_directory_uri(); ?>/library/images/win8-tile-icon.png">
 
 
 		<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>">
 		<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>">
 
 
-		<!-- wordpress head functions -->
+		<?php // wordpress head functions ?>
 		<?php wp_head(); ?>
 		<?php wp_head(); ?>
-		<!-- end of wordpress head -->
+		<?php // end of wordpress head ?>
 
 
-		<!-- drop Google Analytics Here -->
-		<!-- end analytics -->
+		<?php // drop Google Analytics Here ?>
+		<?php // end analytics ?>
 
 
 	</head>
 	</head>
 
 
@@ -47,10 +47,10 @@
 
 
 				<div id="inner-header" class="wrap clearfix">
 				<div id="inner-header" class="wrap clearfix">
 
 
-					<!-- to use a image just replace the bloginfo('name') with your img src and remove the surrounding <p> -->
+					<?php // to use a image just replace the bloginfo('name') with your img src and remove the surrounding <p> ?>
 					<p id="logo" class="h1"><a href="<?php echo home_url(); ?>" rel="nofollow"><?php bloginfo('name'); ?></a></p>
 					<p id="logo" class="h1"><a href="<?php echo home_url(); ?>" rel="nofollow"><?php bloginfo('name'); ?></a></p>
 
 
-					<!-- if you'd like to use the site description you can un-comment it below -->
+					<?php // if you'd like to use the site description you can un-comment it below ?>
 					<?php // bloginfo('description'); ?>
 					<?php // bloginfo('description'); ?>
 
 
 
 
@@ -58,6 +58,6 @@
 						<?php bones_main_nav(); ?>
 						<?php bones_main_nav(); ?>
 					</nav>
 					</nav>
 
 
-				</div> <!-- end #inner-header -->
+				</div>
 
 
-			</header> <!-- end header -->
+			</header>

+ 3 - 3
library/admin.php

@@ -24,7 +24,7 @@ function disable_default_dashboard_widgets() {
 	remove_meta_box( 'dashboard_incoming_links', 'dashboard', 'core' );  // Incoming Links Widget
 	remove_meta_box( 'dashboard_incoming_links', 'dashboard', 'core' );  // Incoming Links Widget
 	remove_meta_box( 'dashboard_plugins', 'dashboard', 'core' );         // Plugins Widget
 	remove_meta_box( 'dashboard_plugins', 'dashboard', 'core' );         // Plugins Widget
 
 
-	// remove_meta_box('dashboard_quick_press', 'dashboard', 'core' );  // Quick Press Widget
+	// remove_meta_box('dashboard_quick_press', 'dashboard', 'core' );   // Quick Press Widget
 	remove_meta_box( 'dashboard_recent_drafts', 'dashboard', 'core' );   // Recent Drafts Widget
 	remove_meta_box( 'dashboard_recent_drafts', 'dashboard', 'core' );   // Recent Drafts Widget
 	remove_meta_box( 'dashboard_primary', 'dashboard', 'core' );         //
 	remove_meta_box( 'dashboard_primary', 'dashboard', 'core' );         //
 	remove_meta_box( 'dashboard_secondary', 'dashboard', 'core' );       //
 	remove_meta_box( 'dashboard_secondary', 'dashboard', 'core' );       //
@@ -56,8 +56,8 @@ function bones_rss_dashboard_widget() {
 	if ( function_exists( 'fetch_feed' ) ) {
 	if ( function_exists( 'fetch_feed' ) ) {
 		include_once( ABSPATH . WPINC . '/feed.php' );               // include the required file
 		include_once( ABSPATH . WPINC . '/feed.php' );               // include the required file
 		$feed = fetch_feed( 'http://themble.com/feed/rss/' );        // specify the source feed
 		$feed = fetch_feed( 'http://themble.com/feed/rss/' );        // specify the source feed
-		$limit = $feed->get_item_quantity(7);                      // specify number of items
-		$items = $feed->get_items(0, $limit);                      // create an array of items
+		$limit = $feed->get_item_quantity(7);                        // specify number of items
+		$items = $feed->get_items(0, $limit);                        // create an array of items
 	}
 	}
 	if ($limit == 0) echo '<div>The RSS Feed is either empty or unavailable.</div>';   // fallback message
 	if ($limit == 0) echo '<div>The RSS Feed is either empty or unavailable.</div>';   // fallback message
 	else foreach ($items as $item) { ?>
 	else foreach ($items as $item) { ?>

+ 114 - 114
library/bones.php

@@ -21,33 +21,33 @@ add_action( 'after_setup_theme', 'bones_ahoy', 16 );
 
 
 function bones_ahoy() {
 function bones_ahoy() {
 
 
-    // launching operation cleanup
-    add_action( 'init', 'bones_head_cleanup' );
-    // remove WP version from RSS
-    add_filter( 'the_generator', 'bones_rss_version' );
-    // remove pesky injected css for recent comments widget
-    add_filter( 'wp_head', 'bones_remove_wp_widget_recent_comments_style', 1 );
-    // clean up comment styles in the head
-    add_action( 'wp_head', 'bones_remove_recent_comments_style', 1 );
-    // clean up gallery output in wp
-    add_filter( 'gallery_style', 'bones_gallery_style' );
-
-    // enqueue base scripts and styles
-    add_action( 'wp_enqueue_scripts', 'bones_scripts_and_styles', 999 );
-    // ie conditional wrapper
-
-    // launching this stuff after theme setup
-    bones_theme_support();
-
-    // adding sidebars to Wordpress (these are created in functions.php)
-    add_action( 'widgets_init', 'bones_register_sidebars' );
-    // adding the bones search form (created in functions.php)
-    add_filter( 'get_search_form', 'bones_wpsearch' );
-
-    // cleaning up random code around images
-    add_filter( 'the_content', 'bones_filter_ptags_on_images' );
-    // cleaning up excerpt
-    add_filter( 'excerpt_more', 'bones_excerpt_more' );
+	// launching operation cleanup
+	add_action( 'init', 'bones_head_cleanup' );
+	// remove WP version from RSS
+	add_filter( 'the_generator', 'bones_rss_version' );
+	// remove pesky injected css for recent comments widget
+	add_filter( 'wp_head', 'bones_remove_wp_widget_recent_comments_style', 1 );
+	// clean up comment styles in the head
+	add_action( 'wp_head', 'bones_remove_recent_comments_style', 1 );
+	// clean up gallery output in wp
+	add_filter( 'gallery_style', 'bones_gallery_style' );
+
+	// enqueue base scripts and styles
+	add_action( 'wp_enqueue_scripts', 'bones_scripts_and_styles', 999 );
+	// ie conditional wrapper
+
+	// launching this stuff after theme setup
+	bones_theme_support();
+
+	// adding sidebars to Wordpress (these are created in functions.php)
+	add_action( 'widgets_init', 'bones_register_sidebars' );
+	// adding the bones search form (created in functions.php)
+	add_filter( 'get_search_form', 'bones_wpsearch' );
+
+	// cleaning up random code around images
+	add_filter( 'the_content', 'bones_filter_ptags_on_images' );
+	// cleaning up excerpt
+	add_filter( 'excerpt_more', 'bones_excerpt_more' );
 
 
 } /* end bones ahoy */
 } /* end bones ahoy */
 
 
@@ -90,29 +90,29 @@ function bones_rss_version() { return ''; }
 
 
 // remove WP version from scripts
 // remove WP version from scripts
 function bones_remove_wp_ver_css_js( $src ) {
 function bones_remove_wp_ver_css_js( $src ) {
-    if ( strpos( $src, 'ver=' ) )
-        $src = remove_query_arg( 'ver', $src );
-    return $src;
+	if ( strpos( $src, 'ver=' ) )
+		$src = remove_query_arg( 'ver', $src );
+	return $src;
 }
 }
 
 
 // remove injected CSS for recent comments widget
 // remove injected CSS for recent comments widget
 function bones_remove_wp_widget_recent_comments_style() {
 function bones_remove_wp_widget_recent_comments_style() {
-   if ( has_filter( 'wp_head', 'wp_widget_recent_comments_style' ) ) {
-      remove_filter( 'wp_head', 'wp_widget_recent_comments_style' );
-   }
+	if ( has_filter( 'wp_head', 'wp_widget_recent_comments_style' ) ) {
+		remove_filter( 'wp_head', 'wp_widget_recent_comments_style' );
+	}
 }
 }
 
 
 // remove injected CSS from recent comments widget
 // remove injected CSS from recent comments widget
 function bones_remove_recent_comments_style() {
 function bones_remove_recent_comments_style() {
-  global $wp_widget_factory;
-  if (isset($wp_widget_factory->widgets['WP_Widget_Recent_Comments'])) {
-    remove_action( 'wp_head', array($wp_widget_factory->widgets['WP_Widget_Recent_Comments'], 'recent_comments_style') );
-  }
+	global $wp_widget_factory;
+	if (isset($wp_widget_factory->widgets['WP_Widget_Recent_Comments'])) {
+		remove_action( 'wp_head', array($wp_widget_factory->widgets['WP_Widget_Recent_Comments'], 'recent_comments_style') );
+	}
 }
 }
 
 
 // remove injected CSS from gallery
 // remove injected CSS from gallery
 function bones_gallery_style($css) {
 function bones_gallery_style($css) {
-  return preg_replace( "!<style type='text/css'>(.*?)</style>!s", '', $css );
+	return preg_replace( "!<style type='text/css'>(.*?)</style>!s", '', $css );
 }
 }
 
 
 
 
@@ -122,42 +122,42 @@ SCRIPTS & ENQUEUEING
 
 
 // loading modernizr and jquery, and reply script
 // loading modernizr and jquery, and reply script
 function bones_scripts_and_styles() {
 function bones_scripts_and_styles() {
-  global $wp_styles; // call global $wp_styles variable to add conditional wrapper around ie stylesheet the WordPress way
-  if (!is_admin()) {
+	global $wp_styles; // call global $wp_styles variable to add conditional wrapper around ie stylesheet the WordPress way
+	if (!is_admin()) {
 
 
-    // modernizr (without media query polyfill)
-    wp_register_script( 'bones-modernizr', get_stylesheet_directory_uri() . '/library/js/libs/modernizr.custom.min.js', array(), '2.5.3', false );
+		// modernizr (without media query polyfill)
+		wp_register_script( 'bones-modernizr', get_stylesheet_directory_uri() . '/library/js/libs/modernizr.custom.min.js', array(), '2.5.3', false );
 
 
-    // register main stylesheet
-    wp_register_style( 'bones-stylesheet', get_stylesheet_directory_uri() . '/library/css/style.css', array(), '', 'all' );
+		// register main stylesheet
+		wp_register_style( 'bones-stylesheet', get_stylesheet_directory_uri() . '/library/css/style.css', array(), '', 'all' );
 
 
-    // ie-only style sheet
-    wp_register_style( 'bones-ie-only', get_stylesheet_directory_uri() . '/library/css/ie.css', array(), '' );
+		// ie-only style sheet
+		wp_register_style( 'bones-ie-only', get_stylesheet_directory_uri() . '/library/css/ie.css', array(), '' );
 
 
-    // comment reply script for threaded comments
-    if ( is_singular() AND comments_open() AND (get_option('thread_comments') == 1)) {
-		wp_enqueue_script( 'comment-reply' );
-    }
+		// comment reply script for threaded comments
+		if ( is_singular() AND comments_open() AND (get_option('thread_comments') == 1)) {
+			wp_enqueue_script( 'comment-reply' );
+		}
 
 
-    //adding scripts file in the footer
-    wp_register_script( 'bones-js', get_stylesheet_directory_uri() . '/library/js/scripts.js', array( 'jquery' ), '', true );
+		//adding scripts file in the footer
+		wp_register_script( 'bones-js', get_stylesheet_directory_uri() . '/library/js/scripts.js', array( 'jquery' ), '', true );
 
 
-    // enqueue styles and scripts
-    wp_enqueue_script( 'bones-modernizr' );
-    wp_enqueue_style( 'bones-stylesheet' );
-    wp_enqueue_style( 'bones-ie-only' );
+		// enqueue styles and scripts
+		wp_enqueue_script( 'bones-modernizr' );
+		wp_enqueue_style( 'bones-stylesheet' );
+		wp_enqueue_style( 'bones-ie-only' );
 
 
-    $wp_styles->add_data( 'bones-ie-only', 'conditional', 'lt IE 9' ); // add conditional wrapper around ie stylesheet
+		$wp_styles->add_data( 'bones-ie-only', 'conditional', 'lt IE 9' ); // add conditional wrapper around ie stylesheet
 
 
-    /*
-    I recommend using a plugin to call jQuery
-    using the google cdn. That way it stays cached
-    and your site will load faster.
-    */
-    wp_enqueue_script( 'jquery' );
-    wp_enqueue_script( 'bones-js' );
+		/*
+		I recommend using a plugin to call jQuery
+		using the google cdn. That way it stays cached
+		and your site will load faster.
+		*/
+		wp_enqueue_script( 'jquery' );
+		wp_enqueue_script( 'bones-js' );
 
 
-  }
+	}
 }
 }
 
 
 /*********************
 /*********************
@@ -175,13 +175,13 @@ function bones_theme_support() {
 
 
 	// wp custom background (thx to @bransonwerner for update)
 	// wp custom background (thx to @bransonwerner for update)
 	add_theme_support( 'custom-background',
 	add_theme_support( 'custom-background',
-	    array(
-	    'default-image' => '',  // background image default
-	    'default-color' => '', // background color default (dont add the #)
-	    'wp-head-callback' => '_custom_background_cb',
-	    'admin-head-callback' => '',
-	    'admin-preview-callback' => ''
-	    )
+		array(
+		'default-image' => '',  // background image default
+		'default-color' => '', // background color default (dont add the #)
+		'wp-head-callback' => '_custom_background_cb',
+		'admin-head-callback' => '',
+		'admin-preview-callback' => ''
+		)
 	);
 	);
 
 
 	// rss thingy
 	// rss thingy
@@ -224,36 +224,36 @@ MENUS & NAVIGATION
 // the main menu
 // the main menu
 function bones_main_nav() {
 function bones_main_nav() {
 	// display the wp3 menu if available
 	// display the wp3 menu if available
-    wp_nav_menu(array(
-    	'container' => false,                           // remove nav container
-    	'container_class' => 'menu clearfix',           // class of container (should you choose to use it)
-    	'menu' => __( 'The Main Menu', 'bonestheme' ),  // nav name
-    	'menu_class' => 'nav top-nav clearfix',         // adding custom nav class
-    	'theme_location' => 'main-nav',                 // where it's located in the theme
-    	'before' => '',                                 // before the menu
-        'after' => '',                                  // after the menu
-        'link_before' => '',                            // before each link
-        'link_after' => '',                             // after each link
-        'depth' => 0,                                   // limit the depth of the nav
-    	'fallback_cb' => 'bones_main_nav_fallback'      // fallback function
+	wp_nav_menu(array(
+		'container' => false,                           // remove nav container
+		'container_class' => 'menu clearfix',           // class of container (should you choose to use it)
+		'menu' => __( 'The Main Menu', 'bonestheme' ),  // nav name
+		'menu_class' => 'nav top-nav clearfix',         // adding custom nav class
+		'theme_location' => 'main-nav',                 // where it's located in the theme
+		'before' => '',                                 // before the menu
+		'after' => '',                                  // after the menu
+		'link_before' => '',                            // before each link
+		'link_after' => '',                             // after each link
+		'depth' => 0,                                   // limit the depth of the nav
+		'fallback_cb' => 'bones_main_nav_fallback'      // fallback function
 	));
 	));
 } /* end bones main nav */
 } /* end bones main nav */
 
 
 // the footer menu (should you choose to use one)
 // the footer menu (should you choose to use one)
 function bones_footer_links() {
 function bones_footer_links() {
 	// display the wp3 menu if available
 	// display the wp3 menu if available
-    wp_nav_menu(array(
-    	'container' => '',                              // remove nav container
-    	'container_class' => 'footer-links clearfix',   // class of container (should you choose to use it)
-    	'menu' => __( 'Footer Links', 'bonestheme' ),   // nav name
-    	'menu_class' => 'nav footer-nav clearfix',      // adding custom nav class
-    	'theme_location' => 'footer-links',             // where it's located in the theme
-    	'before' => '',                                 // before the menu
-        'after' => '',                                  // after the menu
-        'link_before' => '',                            // before each link
-        'link_after' => '',                             // after each link
-        'depth' => 0,                                   // limit the depth of the nav
-    	'fallback_cb' => 'bones_footer_links_fallback'  // fallback function
+	wp_nav_menu(array(
+		'container' => '',                              // remove nav container
+		'container_class' => 'footer-links clearfix',   // class of container (should you choose to use it)
+		'menu' => __( 'Footer Links', 'bonestheme' ),   // nav name
+		'menu_class' => 'nav footer-nav clearfix',      // adding custom nav class
+		'theme_location' => 'footer-links',             // where it's located in the theme
+		'before' => '',                                 // before the menu
+		'after' => '',                                  // after the menu
+		'link_before' => '',                            // before each link
+		'link_after' => '',                             // after each link
+		'depth' => 0,                                   // limit the depth of the nav
+		'fallback_cb' => 'bones_footer_links_fallback'  // fallback function
 	));
 	));
 } /* end bones footer link */
 } /* end bones footer link */
 
 
@@ -261,12 +261,12 @@ function bones_footer_links() {
 function bones_main_nav_fallback() {
 function bones_main_nav_fallback() {
 	wp_page_menu( array(
 	wp_page_menu( array(
 		'show_home' => true,
 		'show_home' => true,
-    	'menu_class' => 'nav top-nav clearfix',      // adding custom nav class
+		'menu_class' => 'nav top-nav clearfix',      // adding custom nav class
 		'include'     => '',
 		'include'     => '',
 		'exclude'     => '',
 		'exclude'     => '',
 		'echo'        => true,
 		'echo'        => true,
-        'link_before' => '',                            // before each link
-        'link_after' => ''                             // after each link
+		'link_before' => '',                            // before each link
+		'link_after' => ''                             // after each link
 	) );
 	) );
 }
 }
 
 
@@ -288,18 +288,18 @@ function bones_related_posts() {
 		foreach( $tags as $tag ) { 
 		foreach( $tags as $tag ) { 
 			$tag_arr .= $tag->slug . ',';
 			$tag_arr .= $tag->slug . ',';
 		}
 		}
-        $args = array(
-        	'tag' => $tag_arr,
-        	'numberposts' => 5, /* you can change this to show more */
-        	'post__not_in' => array($post->ID)
-     	);
-        $related_posts = get_posts( $args );
-        if($related_posts) {
-        	foreach ( $related_posts as $post ) : setup_postdata( $post ); ?>
-	           	<li class="related_post"><a class="entry-unrelated" href="<?php the_permalink() ?>" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></li>
-	        <?php endforeach; }
-	    else { ?>
-            <?php echo '<li class="no_related_post">' . __( 'No Related Posts Yet!', 'bonestheme' ) . '</li>'; ?>
+		$args = array(
+			'tag' => $tag_arr,
+			'numberposts' => 5, /* you can change this to show more */
+			'post__not_in' => array($post->ID)
+		);
+		$related_posts = get_posts( $args );
+		if($related_posts) {
+			foreach ( $related_posts as $post ) : setup_postdata( $post ); ?>
+				<li class="related_post"><a class="entry-unrelated" href="<?php the_permalink() ?>" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></li>
+			<?php endforeach; }
+		else { ?>
+			<?php echo '<li class="no_related_post">' . __( 'No Related Posts Yet!', 'bonestheme' ) . '</li>'; ?>
 		<?php }
 		<?php }
 	}
 	}
 	wp_reset_query();
 	wp_reset_query();
@@ -315,7 +315,7 @@ function bones_page_navi() {
 	global $wp_query;
 	global $wp_query;
 	$bignum = 999999999;
 	$bignum = 999999999;
 	if ( $wp_query->max_num_pages <= 1 )
 	if ( $wp_query->max_num_pages <= 1 )
-	return;
+		return;
 	
 	
 	echo '<nav class="pagination">';
 	echo '<nav class="pagination">';
 	
 	
@@ -340,14 +340,14 @@ RANDOM CLEANUP ITEMS
 
 
 // remove the p from around imgs (http://css-tricks.com/snippets/wordpress/remove-paragraph-tags-from-around-images/)
 // remove the p from around imgs (http://css-tricks.com/snippets/wordpress/remove-paragraph-tags-from-around-images/)
 function bones_filter_ptags_on_images($content){
 function bones_filter_ptags_on_images($content){
-   return preg_replace('/<p>\s*(<a .*>)?\s*(<img .* \/>)\s*(<\/a>)?\s*<\/p>/iU', '\1\2\3', $content);
+	return preg_replace('/<p>\s*(<a .*>)?\s*(<img .* \/>)\s*(<\/a>)?\s*<\/p>/iU', '\1\2\3', $content);
 }
 }
 
 
 // This removes the annoying […] to a Read More link
 // This removes the annoying […] to a Read More link
 function bones_excerpt_more($more) {
 function bones_excerpt_more($more) {
 	global $post;
 	global $post;
 	// edit here if you like
 	// edit here if you like
-return '...  <a class="excerpt-read-more" href="'. get_permalink($post->ID) . '" title="'. __( 'Read', 'bonestheme' ) . get_the_title($post->ID).'">'. __( 'Read more &raquo;', 'bonestheme' ) .'</a>';
+	return '...  <a class="excerpt-read-more" href="'. get_permalink($post->ID) . '" title="'. __( 'Read', 'bonestheme' ) . get_the_title($post->ID).'">'. __( 'Read more &raquo;', 'bonestheme' ) .'</a>';
 }
 }
 
 
 /*
 /*

+ 55 - 0
library/css/ie.css

@@ -264,6 +264,7 @@ HEADER STYLES
 /*********************
 /*********************
 NAVIGATION STYLES
 NAVIGATION STYLES
 *********************/
 *********************/
+<<<<<<< HEAD
 .nav { background: #eee; border: 0; /* end .menu ul li */ /* highlight current page */ /* end current highlighters */ }
 .nav { background: #eee; border: 0; /* end .menu ul li */ /* highlight current page */ /* end current highlighters */ }
 .nav li { float: left; position: relative; /*
 .nav li { float: left; position: relative; /*
 plan your menus and drop-downs wisely.
 plan your menus and drop-downs wisely.
@@ -282,6 +283,60 @@ for usability. k, bai.
 .nav li ul.sub-menu li a, .nav li ul.children li a { padding-left: 10px; border-right: 0; display: block; width: 180px; border-bottom: 1px solid #ccc; }
 .nav li ul.sub-menu li a, .nav li ul.children li a { padding-left: 10px; border-right: 0; display: block; width: 180px; border-bottom: 1px solid #ccc; }
 .nav li ul.sub-menu li:last-child a, .nav li ul.children li:last-child a { border-bottom: 0; }
 .nav li ul.sub-menu li:last-child a, .nav li ul.children li:last-child a { border-bottom: 0; }
 .nav li:hover ul { top: auto; display: block; }
 .nav li:hover ul { top: auto; display: block; }
+=======
+.nav {
+  background: #eee;
+  border: 0;
+  /* end .menu ul li */
+  /* highlight current page */
+  /* end current highlighters */ }
+  .nav li {
+    float: left;
+    position: relative;
+    /*
+    plan your menus and drop-downs wisely.
+    */
+    /* showing sub-menus */ }
+    .nav li a {
+      border-bottom: 0;
+      /*
+      you can use hover styles here even though this size
+      has the possibility of being a mobile device.
+      */ }
+      .nav li a:hover, .nav li a:focus {
+        background-color: #dedede; }
+    .nav li ul.sub-menu,
+    .nav li ul.children {
+      margin-top: 0;
+      border: 1px solid #ccc;
+      border-top: 0;
+      position: absolute;
+      overflow: hidden;
+      visibility: hidden;
+      z-index: 8999;
+      /* highlight sub-menu current page */ }
+      .nav li ul.sub-menu li,
+      .nav li ul.children li {
+        /*
+        if you need to go deeper, go nuts
+        just remember deeper menus suck
+        for usability. k, bai.
+        */ }
+        .nav li ul.sub-menu li a,
+        .nav li ul.children li a {
+          padding-left: 10px;
+          border-right: 0;
+          display: block;
+          width: 180px;
+          border-bottom: 1px solid #ccc; }
+        .nav li ul.sub-menu li:last-child a,
+        .nav li ul.children li:last-child a {
+          border-bottom: 0; }
+    .nav li:hover ul {
+      top: auto;
+      overflow: visible;
+      visibility:visible; }
+>>>>>>> FETCH_HEAD
 
 
 /* end .nav */
 /* end .nav */
 /*********************
 /*********************

Разница между файлами не показана из-за своего большого размера
+ 2 - 0
library/css/style.css


+ 65 - 65
library/js/scripts.js

@@ -11,60 +11,60 @@ slow the page load.
 
 
 // IE8 ployfill for GetComputed Style (for Responsive Script below)
 // IE8 ployfill for GetComputed Style (for Responsive Script below)
 if (!window.getComputedStyle) {
 if (!window.getComputedStyle) {
-    window.getComputedStyle = function(el, pseudo) {
-        this.el = el;
-        this.getPropertyValue = function(prop) {
-            var re = /(\-([a-z]){1})/g;
-            if (prop == 'float') prop = 'styleFloat';
-            if (re.test(prop)) {
-                prop = prop.replace(re, function () {
-                    return arguments[2].toUpperCase();
-                });
-            }
-            return el.currentStyle[prop] ? el.currentStyle[prop] : null;
-        }
-        return this;
-    }
+	window.getComputedStyle = function(el, pseudo) {
+		this.el = el;
+		this.getPropertyValue = function(prop) {
+			var re = /(\-([a-z]){1})/g;
+			if (prop == 'float') prop = 'styleFloat';
+			if (re.test(prop)) {
+				prop = prop.replace(re, function () {
+					return arguments[2].toUpperCase();
+				});
+			}
+			return el.currentStyle[prop] ? el.currentStyle[prop] : null;
+		}
+		return this;
+	}
 }
 }
 
 
 // as the page loads, call these scripts
 // as the page loads, call these scripts
 jQuery(document).ready(function($) {
 jQuery(document).ready(function($) {
 
 
-    /*
-    Responsive jQuery is a tricky thing.
-    There's a bunch of different ways to handle
-    it, so be sure to research and find the one
-    that works for you best.
-    */
-    
-    /* getting viewport width */
-    var responsive_viewport = $(window).width();
-    
-    /* if is below 481px */
-    if (responsive_viewport < 481) {
-    
-    } /* end smallest screen */
-    
-    /* if is larger than 481px */
-    if (responsive_viewport > 481) {
-        
-    } /* end larger than 481px */
-    
-    /* if is above or equal to 768px */
-    if (responsive_viewport >= 768) {
-    
-        /* load gravatars */
-        $('.comment img[data-gravatar]').each(function(){
-            $(this).attr('src',$(this).attr('data-gravatar'));
-        });
-        
-    }
-    
-    /* off the bat large screen actions */
-    if (responsive_viewport > 1030) {
-        
-    }
-    
+	/*
+	Responsive jQuery is a tricky thing.
+	There's a bunch of different ways to handle
+	it, so be sure to research and find the one
+	that works for you best.
+	*/
+	
+	/* getting viewport width */
+	var responsive_viewport = $(window).width();
+	
+	/* if is below 481px */
+	if (responsive_viewport < 481) {
+	
+	} /* end smallest screen */
+	
+	/* if is larger than 481px */
+	if (responsive_viewport > 481) {
+	
+	} /* end larger than 481px */
+	
+	/* if is above or equal to 768px */
+	if (responsive_viewport >= 768) {
+	
+		/* load gravatars */
+		$('.comment img[data-gravatar]').each(function(){
+			$(this).attr('src',$(this).attr('data-gravatar'));
+		});
+		
+	}
+	
+	/* off the bat large screen actions */
+	if (responsive_viewport > 1030) {
+	
+	}
+	
 	
 	
 	// add all your scripts here
 	// add all your scripts here
 	
 	
@@ -79,28 +79,28 @@ jQuery(document).ready(function($) {
 (function(w){
 (function(w){
 	// This fix addresses an iOS bug, so return early if the UA claims it's something else.
 	// This fix addresses an iOS bug, so return early if the UA claims it's something else.
 	if( !( /iPhone|iPad|iPod/.test( navigator.platform ) && navigator.userAgent.indexOf( "AppleWebKit" ) > -1 ) ){ return; }
 	if( !( /iPhone|iPad|iPod/.test( navigator.platform ) && navigator.userAgent.indexOf( "AppleWebKit" ) > -1 ) ){ return; }
-    var doc = w.document;
-    if( !doc.querySelector ){ return; }
-    var meta = doc.querySelector( "meta[name=viewport]" ),
-        initialContent = meta && meta.getAttribute( "content" ),
-        disabledZoom = initialContent + ",maximum-scale=1",
-        enabledZoom = initialContent + ",maximum-scale=10",
-        enabled = true,
+	var doc = w.document;
+	if( !doc.querySelector ){ return; }
+	var meta = doc.querySelector( "meta[name=viewport]" ),
+		initialContent = meta && meta.getAttribute( "content" ),
+		disabledZoom = initialContent + ",maximum-scale=1",
+		enabledZoom = initialContent + ",maximum-scale=10",
+		enabled = true,
 		x, y, z, aig;
 		x, y, z, aig;
-    if( !meta ){ return; }
-    function restoreZoom(){
-        meta.setAttribute( "content", enabledZoom );
-        enabled = true; }
-    function disableZoom(){
-        meta.setAttribute( "content", disabledZoom );
-        enabled = false; }
-    function checkTilt( e ){
+	if( !meta ){ return; }
+	function restoreZoom(){
+		meta.setAttribute( "content", enabledZoom );
+		enabled = true; }
+	function disableZoom(){
+		meta.setAttribute( "content", disabledZoom );
+		enabled = false; }
+	function checkTilt( e ){
 		aig = e.accelerationIncludingGravity;
 		aig = e.accelerationIncludingGravity;
 		x = Math.abs( aig.x );
 		x = Math.abs( aig.x );
 		y = Math.abs( aig.y );
 		y = Math.abs( aig.y );
 		z = Math.abs( aig.z );
 		z = Math.abs( aig.z );
 		// If portrait orientation and in one of the danger zones
 		// If portrait orientation and in one of the danger zones
-        if( !w.orientation && ( x > 7 || ( ( z > 6 && y < 8 || z < 8 && y > 6 ) && x > 5 ) ) ){
+		if( !w.orientation && ( x > 7 || ( ( z > 6 && y < 8 || z < 8 && y > 6 ) && x > 5 ) ) ){
 			if( enabled ){ disableZoom(); } }
 			if( enabled ){ disableZoom(); } }
 		else if( !enabled ){ restoreZoom(); } }
 		else if( !enabled ){ restoreZoom(); } }
 	w.addEventListener( "orientationchange", restoreZoom, false );
 	w.addEventListener( "orientationchange", restoreZoom, false );

+ 7 - 4
library/scss/_768up.scss

@@ -42,7 +42,9 @@ NAVIGATION STYLES
 .nav {
 .nav {
 	background: #eee;
 	background: #eee;
 	border: 0;
 	border: 0;
-
+	ul {
+		margin-top:0;
+	}
 	li {
 	li {
 		float: left;
 		float: left;
 		position: relative;
 		position: relative;
@@ -56,7 +58,6 @@ NAVIGATION STYLES
 			*/
 			*/
 			&:hover, &:focus {
 			&:hover, &:focus {
 				background-color: #dedede;
 				background-color: #dedede;
-
 			}
 			}
 		}
 		}
 
 
@@ -72,7 +73,8 @@ NAVIGATION STYLES
 			border: 1px solid #ccc;
 			border: 1px solid #ccc;
 			border-top: 0;
 			border-top: 0;
 			position: absolute;
 			position: absolute;
-			display: none;
+			overflow: hidden;
+			visibility: hidden;
 			z-index: 8999;
 			z-index: 8999;
 
 
 			li {
 			li {
@@ -118,7 +120,8 @@ NAVIGATION STYLES
 		/* showing sub-menus */
 		/* showing sub-menus */
 		&:hover ul {
 		&:hover ul {
 			top: auto;
 			top: auto;
-			display: block;
+			overflow: visible;
+			visibility:visible;
 		}
 		}
 
 
 	} /* end .menu ul li */
 	} /* end .menu ul li */

+ 5 - 5
library/scss/_mixins.scss

@@ -90,11 +90,11 @@ $serif:             "Georgia", Cambria, Times New Roman, Times, serif;
 
 
 /*	@font-face {
 /*	@font-face {
     	font-family: 'Font Name';
     	font-family: 'Font Name';
-    	src: url('library/fonts/font-name.eot');
-    	src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
-             url('library/fonts/font-name.woff') format('woff'),
-             url('library/fonts/font-name.ttf') format('truetype'),
-             url('library/fonts/font-name.svg#font-name') format('svg');
+    	src: url('../fonts/font-name.eot');
+    	src: url('../fonts/font-name.eot?#iefix') format('embedded-opentype'),
+             url('../fonts/font-name.woff') format('woff'),
+             url('../fonts/font-name.ttf') format('truetype'),
+             url('../fonts/font-name.svg#font-name') format('svg');
     	font-weight: normal;
     	font-weight: normal;
     	font-style: normal;
     	font-style: normal;
 	}
 	}

+ 128 - 222
library/scss/_normalize.scss

@@ -1,11 +1,11 @@
-/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
+/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
 
 
 /* ==========================================================================
 /* ==========================================================================
    HTML5 display definitions
    HTML5 display definitions
    ========================================================================== */
    ========================================================================== */
 
 
-/*
- * Corrects `block` display not defined in IE6/7/8/9 & FF3.
+/**
+ * Correct `block` display not defined in IE 8/9.
  */
  */
 
 
 article,
 article,
@@ -16,27 +16,26 @@ figure,
 footer,
 footer,
 header,
 header,
 hgroup,
 hgroup,
+main,
 nav,
 nav,
 section,
 section,
 summary {
 summary {
     display: block;
     display: block;
 }
 }
 
 
-/*
- * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
+/**
+ * Correct `inline-block` display not defined in IE 8/9.
  */
  */
 
 
 audio,
 audio,
 canvas,
 canvas,
 video {
 video {
     display: inline-block;
     display: inline-block;
-    *display: inline;
-    *zoom: 1;
 }
 }
 
 
-/*
- * Prevents modern browsers from displaying `audio` without controls.
- * Remove excess height in iOS5 devices.
+/**
+ * Prevent modern browsers from displaying `audio` without controls.
+ * Remove excess height in iOS 5 devices.
  */
  */
 
 
 audio:not([controls]) {
 audio:not([controls]) {
@@ -44,12 +43,13 @@ audio:not([controls]) {
     height: 0;
     height: 0;
 }
 }
 
 
-/*
- * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
- * Known issue: no IE6 support.
+/**
+ * Address `[hidden]` styling not present in IE 8/9.
+ * Hide the `template` element in IE, Safari, and Firefox < 22.
  */
  */
 
 
-[hidden] {
+[hidden],
+template {
     display: none;
     display: none;
 }
 }
 
 
@@ -57,34 +57,20 @@ audio:not([controls]) {
    Base
    Base
    ========================================================================== */
    ========================================================================== */
 
 
-/*
- * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
- *    `em` units.
- * 2. Prevents iOS text size adjust after orientation change, without disabling
+/**
+ * 1. Set default font family to sans-serif.
+ * 2. Prevent iOS text size adjust after orientation change, without disabling
  *    user zoom.
  *    user zoom.
  */
  */
 
 
 html {
 html {
-    font-size: 100%; /* 1 */
-    -webkit-text-size-adjust: 100%; /* 2 */
+    font-family: sans-serif; /* 1 */
     -ms-text-size-adjust: 100%; /* 2 */
     -ms-text-size-adjust: 100%; /* 2 */
+    -webkit-text-size-adjust: 100%; /* 2 */
 }
 }
 
 
-/*
- * Addresses `font-family` inconsistency between `textarea` and other form
- * elements.
- */
-
-html,
-button,
-input,
-select,
-textarea {
-    font-family: sans-serif;
-}
-
-/*
- * Addresses margins handled incorrectly in IE6/7.
+/**
+ * Remove default margin.
  */
  */
 
 
 body {
 body {
@@ -95,17 +81,24 @@ body {
    Links
    Links
    ========================================================================== */
    ========================================================================== */
 
 
-/*
- * Addresses `outline` inconsistency between Chrome and other browsers.
+/**
+ * Remove the gray background color from active links in IE 10.
+ */
+
+a {
+    background: transparent;
+}
+
+/**
+ * Address `outline` inconsistency between Chrome and other browsers.
  */
  */
 
 
 a:focus {
 a:focus {
     outline: thin dotted;
     outline: thin dotted;
 }
 }
 
 
-/*
- * Improves readability when focused and also mouse hovered in all browsers.
- * people.opera.com/patrickl/experiments/keyboard/test
+/**
+ * Improve readability when focused and also mouse hovered in all browsers.
  */
  */
 
 
 a:active,
 a:active,
@@ -117,9 +110,9 @@ a:hover {
    Typography
    Typography
    ========================================================================== */
    ========================================================================== */
 
 
-/*
- * Addresses font sizes and margins set differently in IE6/7.
- * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
+/**
+ * Address variable `h1` font-size and margin within `section` and `article`
+ * contexts in Firefox 4+, Safari 5, and Chrome.
  */
  */
 
 
 h1 {
 h1 {
@@ -127,41 +120,16 @@ h1 {
     margin: 0.67em 0;
     margin: 0.67em 0;
 }
 }
 
 
-h2 {
-    font-size: 1.5em;
-    margin: 0.83em 0;
-}
-
-h3 {
-    font-size: 1.17em;
-    margin: 1em 0;
-}
-
-h4 {
-    font-size: 1em;
-    margin: 1.33em 0;
-}
-
-h5 {
-    font-size: 0.83em;
-    margin: 1.67em 0;
-}
-
-h6 {
-    font-size: 0.75em;
-    margin: 2.33em 0;
-}
-
-/*
- * Addresses styling not present in IE7/8/9, S5, Chrome.
+/**
+ * Address styling not present in IE 8/9, Safari 5, and Chrome.
  */
  */
 
 
 abbr[title] {
 abbr[title] {
     border-bottom: 1px dotted;
     border-bottom: 1px dotted;
 }
 }
 
 
-/*
- * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
+/**
+ * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
  */
  */
 
 
 b,
 b,
@@ -169,39 +137,35 @@ strong {
     font-weight: bold;
     font-weight: bold;
 }
 }
 
 
-blockquote {
-    margin: 1em 40px;
-}
-
-/*
- * Addresses styling not present in S5, Chrome.
+/**
+ * Address styling not present in Safari 5 and Chrome.
  */
  */
 
 
 dfn {
 dfn {
     font-style: italic;
     font-style: italic;
 }
 }
 
 
-/*
- * Addresses styling not present in IE6/7/8/9.
+/**
+ * Address differences between Firefox and other browsers.
  */
  */
 
 
-mark {
-    background: #ff0;
-    color: #000;
+hr {
+    -moz-box-sizing: content-box;
+    box-sizing: content-box;
+    height: 0;
 }
 }
 
 
-/*
- * Addresses margins set differently in IE6/7.
+/**
+ * Address styling not present in IE 8/9.
  */
  */
 
 
-p,
-pre {
-    margin: 1em 0;
+mark {
+    background: #ff0;
+    color: #000;
 }
 }
 
 
-/*
- * Corrects font family set oddly in IE6, S4/5, Chrome.
- * en.wikipedia.org/wiki/User:Davidgothberg/Test59
+/**
+ * Correct font family set oddly in Safari 5 and Chrome.
  */
  */
 
 
 code,
 code,
@@ -209,45 +173,35 @@ kbd,
 pre,
 pre,
 samp {
 samp {
     font-family: monospace, serif;
     font-family: monospace, serif;
-    _font-family: 'courier new', monospace;
     font-size: 1em;
     font-size: 1em;
 }
 }
 
 
-/*
- * Improves readability of pre-formatted text in all browsers.
+/**
+ * Improve readability of pre-formatted text in all browsers.
  */
  */
 
 
 pre {
 pre {
-    white-space: pre;
     white-space: pre-wrap;
     white-space: pre-wrap;
-    word-wrap: break-word;
 }
 }
 
 
-/*
- * Addresses CSS quotes not supported in IE6/7.
+/**
+ * Set consistent quote types.
  */
  */
 
 
 q {
 q {
-    quotes: none;
+    quotes: "\201C" "\201D" "\2018" "\2019";
 }
 }
 
 
-/*
- * Addresses `quotes` property not supported in S4.
+/**
+ * Address inconsistent and variable font size in all browsers.
  */
  */
 
 
-q:before,
-q:after {
-    content: '';
-    content: none;
-}
-
 small {
 small {
-    font-size: 75%;
+    font-size: 80%;
 }
 }
 
 
-/*
- * Prevents `sub` and `sup` affecting `line-height` in all browsers.
- * gist.github.com/413930
+/**
+ * Prevent `sub` and `sup` affecting `line-height` in all browsers.
  */
  */
 
 
 sub,
 sub,
@@ -266,62 +220,20 @@ sub {
     bottom: -0.25em;
     bottom: -0.25em;
 }
 }
 
 
-/* ==========================================================================
-   Lists
-   ========================================================================== */
-
-/*
- * Addresses margins set differently in IE6/7.
- */
-
-dl,
-menu,
-ol,
-ul {
-    margin: 1em 0;
-}
-
-dd {
-    margin: 0 0 0 40px;
-}
-
-/*
- * Addresses paddings set differently in IE6/7.
- */
-
-menu,
-ol,
-ul {
-    padding: 0 0 0 40px;
-}
-
-/*
- * Corrects list images handled incorrectly in IE7.
- */
-
-nav ul,
-nav ol {
-    list-style: none;
-    list-style-image: none;
-}
-
 /* ==========================================================================
 /* ==========================================================================
    Embedded content
    Embedded content
    ========================================================================== */
    ========================================================================== */
 
 
-/*
- * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
- * 2. Improves image quality when scaled in IE7.
- *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
+/**
+ * Remove border when inside `a` element in IE 8/9.
  */
  */
 
 
 img {
 img {
-    border: 0; /* 1 */
-    -ms-interpolation-mode: bicubic; /* 2 */
+    border: 0;
 }
 }
 
 
-/*
- * Corrects overflow displayed oddly in IE9.
+/**
+ * Correct overflow displayed oddly in IE 9.
  */
  */
 
 
 svg:not(:root) {
 svg:not(:root) {
@@ -332,8 +244,8 @@ svg:not(:root) {
    Figures
    Figures
    ========================================================================== */
    ========================================================================== */
 
 
-/*
- * Addresses margin not present in IE6/7/8/9, S5, O11.
+/**
+ * Address margin not present in IE 8/9 and Safari 5.
  */
  */
 
 
 figure {
 figure {
@@ -344,15 +256,7 @@ figure {
    Forms
    Forms
    ========================================================================== */
    ========================================================================== */
 
 
-/*
- * Corrects margin displayed oddly in IE6/7.
- */
-
-form {
-    margin: 0;
-}
-
-/*
+/**
  * Define consistent border, margin, and padding.
  * Define consistent border, margin, and padding.
  */
  */
 
 
@@ -362,38 +266,34 @@ fieldset {
     padding: 0.35em 0.625em 0.75em;
     padding: 0.35em 0.625em 0.75em;
 }
 }
 
 
-/*
- * 1. Corrects color not being inherited in IE6/7/8/9.
- * 2. Corrects text not wrapping in FF3.
- * 3. Corrects alignment displayed oddly in IE6/7.
+/**
+ * 1. Correct `color` not being inherited in IE 8/9.
+ * 2. Remove padding so people aren't caught out if they zero out fieldsets.
  */
  */
 
 
 legend {
 legend {
     border: 0; /* 1 */
     border: 0; /* 1 */
-    padding: 0;
-    white-space: normal; /* 2 */
-    *margin-left: -7px; /* 3 */
+    padding: 0; /* 2 */
 }
 }
 
 
-/*
- * 1. Corrects font size not being inherited in all browsers.
- * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
- * 3. Improves appearance and consistency in all browsers.
+/**
+ * 1. Correct font family not being inherited in all browsers.
+ * 2. Correct font size not being inherited in all browsers.
+ * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
  */
  */
 
 
 button,
 button,
 input,
 input,
 select,
 select,
 textarea {
 textarea {
-    font-size: 100%; /* 1 */
-    margin: 0; /* 2 */
-    vertical-align: baseline; /* 3 */
-    *vertical-align: middle; /* 3 */
+    font-family: inherit; /* 1 */
+    font-size: 100%; /* 2 */
+    margin: 0; /* 3 */
 }
 }
 
 
-/*
- * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
- * UA stylesheet.
+/**
+ * Address Firefox 4+ setting `line-height` on `input` using `!important` in
+ * the UA stylesheet.
  */
  */
 
 
 button,
 button,
@@ -401,14 +301,24 @@ input {
     line-height: normal;
     line-height: normal;
 }
 }
 
 
-/*
+/**
+ * Address inconsistent `text-transform` inheritance for `button` and `select`.
+ * All other form control elements do not inherit `text-transform` values.
+ * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
+ * Correct `select` style inheritance in Firefox 4+ and Opera.
+ */
+
+button,
+select {
+    text-transform: none;
+}
+
+/**
  * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
  * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
  *    and `video` controls.
  *    and `video` controls.
- * 2. Corrects inability to style clickable `input` types in iOS.
- * 3. Improves usability and consistency of cursor style between image-type
+ * 2. Correct inability to style clickable `input` types in iOS.
+ * 3. Improve usability and consistency of cursor style between image-type
  *    `input` and others.
  *    `input` and others.
- * 4. Removes inner spacing in IE7 without affecting normal text inputs.
- *    Known issue: inner spacing remains in IE6.
  */
  */
 
 
 button,
 button,
@@ -417,37 +327,32 @@ input[type="reset"],
 input[type="submit"] {
 input[type="submit"] {
     -webkit-appearance: button; /* 2 */
     -webkit-appearance: button; /* 2 */
     cursor: pointer; /* 3 */
     cursor: pointer; /* 3 */
-    *overflow: visible;  /* 4 */
 }
 }
 
 
-/*
+/**
  * Re-set default cursor for disabled elements.
  * Re-set default cursor for disabled elements.
  */
  */
 
 
 button[disabled],
 button[disabled],
-input[disabled] {
+html input[disabled] {
     cursor: default;
     cursor: default;
 }
 }
 
 
-/*
- * 1. Addresses box sizing set to content-box in IE8/9.
- * 2. Removes excess padding in IE8/9.
- * 3. Removes excess padding in IE7.
- *    Known issue: excess padding remains in IE6.
+/**
+ * 1. Address box sizing set to `content-box` in IE 8/9/10.
+ * 2. Remove excess padding in IE 8/9/10.
  */
  */
 
 
 input[type="checkbox"],
 input[type="checkbox"],
 input[type="radio"] {
 input[type="radio"] {
     box-sizing: border-box; /* 1 */
     box-sizing: border-box; /* 1 */
     padding: 0; /* 2 */
     padding: 0; /* 2 */
-    *height: 13px; /* 3 */
-    *width: 13px; /* 3 */
 }
 }
 
 
-/*
- * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
- * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
- *    to future-proof).
+/**
+ * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
+ * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
+ *    (include `-moz` to future-proof).
  */
  */
 
 
 input[type="search"] {
 input[type="search"] {
@@ -457,8 +362,9 @@ input[type="search"] {
     box-sizing: content-box;
     box-sizing: content-box;
 }
 }
 
 
-/*
- * Removes inner padding and search cancel button in S5, Chrome on OS X.
+/**
+ * Remove inner padding and search cancel button in Safari 5 and Chrome
+ * on OS X.
  */
  */
 
 
 input[type="search"]::-webkit-search-cancel-button,
 input[type="search"]::-webkit-search-cancel-button,
@@ -466,8 +372,8 @@ input[type="search"]::-webkit-search-decoration {
     -webkit-appearance: none;
     -webkit-appearance: none;
 }
 }
 
 
-/*
- * Removes inner padding and border in FF3+.
+/**
+ * Remove inner padding and border in Firefox 4+.
  */
  */
 
 
 button::-moz-focus-inner,
 button::-moz-focus-inner,
@@ -476,9 +382,9 @@ input::-moz-focus-inner {
     padding: 0;
     padding: 0;
 }
 }
 
 
-/*
- * 1. Removes default vertical scrollbar in IE6/7/8/9.
- * 2. Improves readability and alignment in all browsers.
+/**
+ * 1. Remove default vertical scrollbar in IE 8/9.
+ * 2. Improve readability and alignment in all browsers.
  */
  */
 
 
 textarea {
 textarea {
@@ -490,7 +396,7 @@ textarea {
    Tables
    Tables
    ========================================================================== */
    ========================================================================== */
 
 
-/*
+/**
  * Remove most spacing between table cells.
  * Remove most spacing between table cells.
  */
  */
 
 
@@ -508,10 +414,10 @@ the normalize styles, make sure to edit from this point up.
 
 
 // proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens) 
 // proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens) 
 p {
 p {
-	-webkit-hyphens: auto;
-	-epub-hyphens:   auto;
-	-moz-hyphens:    auto;
-  hyphens:         auto;
+   -webkit-hyphens: auto;
+   -epub-hyphens:   auto;
+   -moz-hyphens:    auto;
+   hyphens:         auto;
 }
 }
 
 
 b, strong, .strong { font-weight: bold; }
 b, strong, .strong { font-weight: bold; }
@@ -521,16 +427,16 @@ dfn, em, .em { font-style: italic; }
 small, .small { font-size: 75%; }
 small, .small { font-size: 75%; }
 
 
 ul, ol {
 ul, ol {
-	padding: 0;
-	list-style-type: none;
+        padding: 0;
+        list-style-type: none;
 }
 }
 
 
 dd {
 dd {
-	margin: 0;
+        margin: 0;
 }
 }
 
 
 .sidebar ul,
 .sidebar ul,
 .sidebar ol,
 .sidebar ol,
 .commentlist {
 .commentlist {
-	list-style: none;
+        list-style: none;
 }
 }

BIN
library/translation/nl_NL.mo


+ 370 - 207
library/translation/nl_NL.po

@@ -2,375 +2,538 @@ msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: wp theme bones\n"
 "Project-Id-Version: wp theme bones\n"
 "Report-Msgid-Bugs-To: \n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-03-02 22:11+0100\n"
+"POT-Creation-Date: 2013-09-02 15:22+0100\n"
 "PO-Revision-Date: \n"
 "PO-Revision-Date: \n"
-"Language-Team: fulgor <frag.fulgor@gmail.com>\n"
+"Last-Translator: Patrick van Efferen <patrickvanefferen@gmail.com>\n"
 "Language-Team: fulgor <frag.fulgor@gmail.com>\n"
 "Language-Team: fulgor <frag.fulgor@gmail.com>\n"
 "MIME-Version: 1.0\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Poedit-SourceCharset: utf-8\n"
+"X-Poedit-SourceCharset: UTF-8\n"
 "X-Poedit-KeywordsList: __;_e;_n\n"
 "X-Poedit-KeywordsList: __;_e;_n\n"
-"X-Poedit-Basepath: /home/fulgor/GIT/bones\n"
-"Last-Translator: Youri\n"
-"X-Generator: Poedit 1.5.4\n"
-"X-Poedit-SearchPath-0: /home/fulgor/GIT/bones\n"
+"X-Poedit-Basepath: .\n"
+"X-Generator: Poedit 1.5.7\n"
+"X-Poedit-SearchPath-0: ../..\n"
+
+#: ../../404.php:13
+msgid "Epic 404 - Article Not Found"
+msgstr "Episch 404 - Artikel niet gevonden"
+
+#: ../../404.php:19
+msgid ""
+"The article you were looking for was not found, but maybe try looking again!"
+msgstr ""
+"Helaas, maar de opgevraagde pagina kon niet worden gevonden. Misschien kan "
+"de zoekfunctie helpen!"
+
+#: ../../404.php:31
+msgid "This is the 404.php template."
+msgstr "Dit is het 404.php sjabloon."
+
+#: ../../archive-custom_type.php:19 ../../page-custom.php:23 ../../page.php:17
+#, php-format
+msgid ""
+"Posted <time class=\"updated\" datetime=\"%1$s\" pubdate>%2$s</time> by "
+"<span class=\"author\">%3$s</span>."
+msgstr ""
+"Geplaatst op <time class=\"updated\" datetime=\"%1$s\" pubdate>%2$s</time> "
+"door <span class=\"author\">%3$s</span>."
+
+#: ../../archive-custom_type.php:19 ../../archive.php:52
+#: ../../functions.php:135 ../../page-custom.php:23 ../../page.php:17
+#: ../../search.php:18 ../../single-custom_type.php:32
+#: ../../taxonomy-custom_cat.php:34
+msgid "F jS, Y"
+msgstr ""
+
+#: ../../archive-custom_type.php:43 ../../archive.php:78 ../../index.php:42
+#: ../../search.php:41 ../../taxonomy-custom_cat.php:57
+msgid "&laquo; Older Entries"
+msgstr "&laquo; Oudere artikelen"
+
+#: ../../archive-custom_type.php:44 ../../archive.php:79 ../../index.php:43
+#: ../../search.php:42 ../../taxonomy-custom_cat.php:58
+msgid "Newer Entries &raquo;"
+msgstr "Nieuwere artikelen &raquo;"
+
+#: ../../archive-custom_type.php:53 ../../archive.php:88 ../../index.php:52
+#: ../../page-custom.php:46 ../../page.php:40 ../../single-custom_type.php:58
+#: ../../single.php:41 ../../taxonomy-custom_cat.php:67
+msgid "Oops, Post Not Found!"
+msgstr "Oeps, Bericht Niet Gevonden"
+
+#: ../../archive-custom_type.php:56 ../../archive.php:91 ../../index.php:55
+#: ../../page-custom.php:49 ../../page.php:43 ../../single-custom_type.php:61
+#: ../../single.php:44 ../../taxonomy-custom_cat.php:70
+msgid "Uh Oh. Something is missing. Try double checking things."
+msgstr "Oh Oh. Er mist nog iets. Controleer jouw invoer."
+
+#: ../../archive-custom_type.php:59
+msgid "This is the error message in the custom posty type archive template."
+msgstr "Dit is de foutmelding in het archive-custom_type.php sjabloon."
+
+#: ../../archive.php:11 ../../taxonomy-custom_cat.php:24
+msgid "Posts Categorized:"
+msgstr "Berichten in de categorie:"
+
+#: ../../archive.php:16
+msgid "Posts Tagged:"
+msgstr "Berichten Getagged:"
+
+#: ../../archive.php:25
+msgid "Posts By:"
+msgstr "Berichten Door:"
+
+#: ../../archive.php:30
+msgid "Daily Archives:"
+msgstr "Dagelijks archief:"
+
+#: ../../archive.php:35
+msgid "Monthly Archives:"
+msgstr "Maandelijks archief:"
+
+#: ../../archive.php:40
+msgid "Yearly Archives:"
+msgstr "Jaarlijks archief:"
 
 
-#: comments.php:12
+#: ../../archive.php:52 ../../index.php:17 ../../search.php:18
+#: ../../single-custom_type.php:32 ../../taxonomy-custom_cat.php:34
+#, php-format
+msgid ""
+"Posted <time class=\"updated\" datetime=\"%1$s\" pubdate>%2$s</time> by "
+"<span class=\"author\">%3$s</span> <span class=\"amp\">&</span> filed under "
+"%4$s."
+msgstr ""
+"Geplaatst op <time class=\"updated\" datetime=\"%1$s\" pubdate>%2$s</time> "
+"door <span class=\"author\">%3$s</span> <span class=\"amp\">&</span> onder "
+"%4$s."
+
+#: ../../archive.php:94
+msgid "This is the error message in the archive.php template."
+msgstr "Dit is de foutmelding in het archive.php sjabloon."
+
+#: ../../comments.php:12
 msgid "This post is password protected. Enter the password to view comments."
 msgid "This post is password protected. Enter the password to view comments."
 msgstr ""
 msgstr ""
 "Dit bericht is beveiligd met een wachtwoord. Geef het wachtwoord om reacties "
 "Dit bericht is beveiligd met een wachtwoord. Geef het wachtwoord om reacties "
 "te bekijken."
 "te bekijken."
 
 
-#: comments.php:23
-msgid "Response"
-msgstr "Antwoord"
-
-#: comments.php:24
-msgid "Responses"
-msgstr "Antwoorden"
+#: ../../comments.php:22
+msgid "<span>No</span> Responses"
+msgstr "<span>Geen</span> Reacties"
 
 
-#: comments.php:25
-msgid "One"
-msgstr "Een"
+#: ../../comments.php:22
+msgid "<span>One</span> Response"
+msgstr "<span>Een</span> Reactie"
 
 
-#: comments.php:26
-msgid "No"
-msgstr "Geen"
+#: ../../comments.php:22
+msgid "<span>%</span> Response"
+msgstr "<span>%</span> Reactie"
 
 
-#: comments.php:32
-msgid "to"
-msgstr "Aan"
-
-#: comments.php:59
+#: ../../comments.php:50
 msgid "Comments are closed."
 msgid "Comments are closed."
 msgstr "Reageren is niet mogelijk"
 msgstr "Reageren is niet mogelijk"
 
 
-#: comments.php:70
+#: ../../comments.php:61
 msgid "Leave a Reply"
 msgid "Leave a Reply"
 msgstr "Reageer"
 msgstr "Reageer"
 
 
-#: comments.php:70
+#: ../../comments.php:61
 #, php-format
 #, php-format
 msgid "Leave a Reply to %s"
 msgid "Leave a Reply to %s"
 msgstr "Reageer op %s"
 msgstr "Reageer op %s"
 
 
-#: comments.php:78
-msgid "You must be"
-msgstr "Je moet"
-
-#: comments.php:78
-msgid "logged in"
-msgstr "aangemeld zijn"
-
-#: comments.php:78
-msgid "to post a comment"
-msgstr "om te reageren"
+#: ../../comments.php:69
+#, php-format
+msgid "You must be %1$slogged in%2$s to post a comment."
+msgstr "Je moet %1$singelogd%2$s zijn om een opmerking te plaatsen."
 
 
-#: comments.php:86
+#: ../../comments.php:77
 msgid "Logged in as"
 msgid "Logged in as"
 msgstr "Aangemeld als"
 msgstr "Aangemeld als"
 
 
-#: comments.php:86
+#: ../../comments.php:77
 msgid "Log out of this account"
 msgid "Log out of this account"
 msgstr "Afmelden bij dit account"
 msgstr "Afmelden bij dit account"
 
 
-#: comments.php:86
+#: ../../comments.php:77
 msgid "Log out"
 msgid "Log out"
 msgstr "Afmelden"
 msgstr "Afmelden"
 
 
-#: comments.php:93
+#: ../../comments.php:77
+msgid "&raquo;"
+msgstr ""
+
+#: ../../comments.php:84
 msgid "Name"
 msgid "Name"
 msgstr "Naam"
 msgstr "Naam"
 
 
-#: comments.php:93 comments.php:98
+#: ../../comments.php:84 ../../comments.php:89
 msgid "(required)"
 msgid "(required)"
 msgstr "(verplicht)"
 msgstr "(verplicht)"
 
 
-#: comments.php:94
-msgid "Your Name"
-msgstr "Uw naam"
+#: ../../comments.php:85
+msgid "Your Name*"
+msgstr "Jouw naam*"
 
 
-#: comments.php:98
-msgid "Email"
+#: ../../comments.php:89
+msgid "Mail"
 msgstr "Email"
 msgstr "Email"
 
 
-#: comments.php:99
-msgid "Your Email"
-msgstr "Uw Email"
+#: ../../comments.php:90
+msgid "Your E-Mail*"
+msgstr "Jouw Email*"
 
 
-#: comments.php:100
-msgid "will not be published"
-msgstr "wordt niet gepubliceerd"
+#: ../../comments.php:91
+msgid "(will not be published)"
+msgstr "(wordt niet gepubliceerd)"
 
 
-#: comments.php:104
+#: ../../comments.php:95
 msgid "Website"
 msgid "Website"
 msgstr "Website"
 msgstr "Website"
 
 
-#: comments.php:105
-msgid "Your Website"
-msgstr "Uw website"
+#: ../../comments.php:96
+msgid "Got a website?"
+msgstr "Heb jij een website?"
 
 
-#: comments.php:112
-msgid "Your Comment Here..."
-msgstr "Reageer hier...."
+#: ../../comments.php:103
+msgid "Your Comment here..."
+msgstr "Reageer hier."
 
 
-#: comments.php:115
-msgid "Submit Comment"
-msgstr "Reactie versturen"
+#: ../../comments.php:106
+msgid "Submit"
+msgstr "Versturen"
 
 
-#: comments.php:120
+#: ../../comments.php:111
 msgid "You can use these tags"
 msgid "You can use these tags"
-msgstr "U kunt deze labels gebruiken"
-
-#: header.php:23
-#, php-format
-msgid "Page %s"
-msgstr "Pagina %s"
-
-#: taxonomy-custom_cat.php:22 archive.php:9
-msgid "Posts Categorized:"
-msgstr "Artikelen in de categorie:"
+msgstr "Je kan deze tags gebruiken"
 
 
-#: taxonomy-custom_cat.php:32 embed-post_meta.php:1 single-custom_type.php:30
-msgid "Posted"
-msgstr "Geplaatst"
+#: ../../functions.php:79
+msgid "Sidebar 1"
+msgstr "Zijbalk 1"
 
 
-#: taxonomy-custom_cat.php:32 embed-post_meta.php:1 single-custom_type.php:30
-msgid "by"
-msgstr "door"
+#: ../../functions.php:80
+msgid "The first (primary) sidebar."
+msgstr "De eerste (primary) zijbalk."
 
 
-#: taxonomy-custom_cat.php:32 embed-post_meta.php:1 single-custom_type.php:30
-msgid "filed under"
-msgstr "in de categorie"
-
-#: taxonomy-custom_cat.php:41
-msgid "Read more"
-msgstr "Lees meer"
+#: ../../functions.php:134
+#, php-format
+msgid "<cite class=\"fn\">%s</cite>"
+msgstr ""
 
 
-#: functions.php:103
+#: ../../functions.php:136
+#, fuzzy
 msgid "(Edit)"
 msgid "(Edit)"
 msgstr "(Bewerken)"
 msgstr "(Bewerken)"
 
 
-#: functions.php:107
+#: ../../functions.php:140
 msgid "Your comment is awaiting moderation."
 msgid "Your comment is awaiting moderation."
 msgstr "Uw reactie wordt beoordeeld."
 msgstr "Uw reactie wordt beoordeeld."
 
 
-#: functions.php:124
+#: ../../functions.php:157
 msgid "Search for:"
 msgid "Search for:"
 msgstr "Zoeken naar:"
 msgstr "Zoeken naar:"
 
 
-#: functions.php:125
-msgid "Search the Site..."
-msgstr "Doorzoek de site...."
+#: ../../index.php:27 ../../page-custom.php:34 ../../page.php:28
+#: ../../single.php:27
+msgid "Tags:"
+msgstr "Tags:"
 
 
-#: 404.php:11
-msgid "Epic 404 - Article Not Found"
-msgstr "404 - Artikel niet gevonden"
+#: ../../index.php:58
+msgid "This is the error message in the index.php template."
+msgstr "Dit is de foutmelding in het index.php sjabloon."
 
 
-#: 404.php:17
-msgid ""
-"The article you were looking for was not found, but maybe try looking again!"
-msgstr ""
-"Helaas, maar de opgevraagde pagina kon niet worden gevonden. Misschien kan "
-"de zoekfunctie helpen!"
+#: ../../page-custom.php:52
+msgid "This is the error message in the page-custom.php template."
+msgstr "Dit is de foutmelding in het page-custom.php sjabloon."
 
 
-#: search.php:7
+#: ../../page.php:46
+msgid "This is the error message in the page.php template."
+msgstr "Dit is de foutmelding in het page.php sjabloon."
+
+#: ../../search.php:8
 msgid "Search Results for:"
 msgid "Search Results for:"
 msgstr "Zoekresultaten voor:"
 msgstr "Zoekresultaten voor:"
 
 
-#: search.php:23
-msgid "Read more on"
-msgstr "Lees meer over"
+#: ../../search.php:24 ../../library/bones.php:350
+msgid "Read more &raquo;"
+msgstr "Lees meer &raquo;"
 
 
-#: archive.php:13
-msgid "Posts Tagged:"
-msgstr "Artikelen gelabeld:"
+#: ../../search.php:51
+msgid "Sorry, No Results."
+msgstr "Helaas, Geen Resultaten."
 
 
-#: archive.php:17 author.php:8
-msgid "Posts By:"
-msgstr "Artikelen door:"
+#: ../../search.php:54
+msgid "Try your search again."
+msgstr "Voer de zoekopdracht opnieuw uit."
 
 
-#: archive.php:21
-msgid "Daily Archives:"
-msgstr "Dagelijks archief:"
+#: ../../search.php:57
+msgid "This is the error message in the search.php template."
+msgstr "Dit is de foutmelding in het search.php sjabloon."
 
 
-#: archive.php:25
-msgid "Monthly Archives:"
-msgstr "Maandelijks archief:"
+#: ../../sidebar.php:12
+msgid "Please activate some Widgets."
+msgstr "Activeer een widget. "
 
 
-#: archive.php:29
-msgid "Yearly Archives:"
-msgstr "Jaarlijks archief:"
+#: ../../single-custom_type.php:44
+msgid "Custom Tags:"
+msgstr "Maatwerk Tags:"
 
 
-#: single-custom_type.php:43
-msgid "Custom Tags"
-msgstr "Custom labels"
+#: ../../single-custom_type.php:64
+msgid "This is the error message in the single-custom_type.php template."
+msgstr "Dit is de foutmelding in het single-custom_type.php sjabloon."
 
 
-#: embed-tags.php:3
-msgid "Tag"
-msgstr "Label"
+#: ../../single.php:17
+#, php-format
+msgid ""
+"Posted <time class=\"updated\" datetime=\"%1$s\" pubdate>%2$s</time> by "
+"<span class=\"author\">%3$s</span> <span class=\"amp\">&amp;</span> filed "
+"under %4$s."
+msgstr ""
+"Geplaatst op <time class=\"updated\" datetime=\"%1$s\" pubdate>%2$s</time> "
+"door <span class=\"author\">%3$s</span> <span class=\"amp\">&amp;</span> "
+"onder %4$s."
 
 
-#: embed-tags.php:3
-msgid "Tags"
-msgstr "Labels"
+#: ../../single.php:47
+msgid "This is the error message in the single.php template."
+msgstr "Dit is de foutmelding in het single.php sjabloon."
 
 
-#: image.php:20
-msgid "Read the rest of this entry"
-msgstr "Lees de rest van dit bericht"
+#: ../../taxonomy-custom_cat.php:40
+msgid "Read More &raquo;"
+msgstr "Lees meer &raquo;"
 
 
-#: image.php:38
-msgid "Sorry, no attachments matched your criteria."
-msgstr "Sorry, er zijn geen bijlagen gevonden die aan uw criteria voldoen.\""
+#: ../../taxonomy-custom_cat.php:73
+msgid "This is the error message in the taxonomy-custom_cat.php template."
+msgstr "Dit is de foutmelding in het taxonomy-custom_cat.php sjabloon."
 
 
-#: embed-prev_next.php:3
-msgid "&laquo; Older Entries"
-msgstr "&laquo; Oudere artikelen"
+#: ../../library/admin.php:66
+msgid "j F Y @ g:i a"
+msgstr ""
 
 
-#: embed-prev_next.php:4
-msgid "Newer Entries &raquo;"
-msgstr "Nieuwere artikelen &raquo;"
+#: ../../library/admin.php:78
+msgid "Recently on Themble (Customize on admin.php)"
+msgstr "Onlangs op Themble (Pas aan in admin.php)"
 
 
-#: footer.php:9
-msgid "is powered by"
-msgstr "wordt mogelijk gemaakt door"
+#: ../../library/admin.php:125
+msgid ""
+"<span id=\"footer-thankyou\">Developed by <a href=\"http://yoursite.com\" "
+"target=\"_blank\">Your Site Name</a></span>. Built using <a href=\"http://"
+"themble.com/bones\" target=\"_blank\">Bones</a>."
+msgstr ""
+"<span id=\"footer-thankyou\">Ontwikkeld door <a href=\"http://yoursite.com\" "
+"target=\"_blank\">Naam Van Jouw Website</a></span>. Gemaakt met <a href="
+"\"http://themble.com/bones\" target=\"_blank\">Bones</a>."
 
 
-#: embed-not_found.php:3
-msgid "Not Found"
-msgstr "Niet Gevonden"
+#: ../../library/bones.php:213 ../../library/bones.php:230
+msgid "The Main Menu"
+msgstr "Het Hoofd Menu"
 
 
-#: embed-not_found.php:6
-msgid "Sorry, but the requested resource was not found on this site."
-msgstr "Sorry, maar de opgevraagde bron is niet gevonden op deze site."
+#: ../../library/bones.php:214 ../../library/bones.php:248
+msgid "Footer Links"
+msgstr "Voeter Links"
 
 
-#: sidebar.php:15
-msgid "Please activate some Widgets."
-msgstr "Activeer een widget. "
+#: ../../library/bones.php:302
+msgid "No Related Posts Yet!"
+msgstr "Nog Geen Gerelateerde Berichten!"
 
 
-#: library/bones.php:52
-msgid "Read more &raquo;"
-msgstr "Lees meer &raquo;"
+#: ../../library/bones.php:350
+msgid "Read"
+msgstr "Lezen"
 
 
-#: library/custom-post-type.php:24
+#: ../../library/bones.php:365
+#, php-format
+msgid "Posts by %s"
+msgstr "Berichten door %s"
+
+#: ../../library/custom-post-type.php:24
 msgid "Custom Types"
 msgid "Custom Types"
-msgstr "Custom type"
+msgstr "Maatwerk Berichttypes"
 
 
-#: library/custom-post-type.php:25
+#: ../../library/custom-post-type.php:25
 msgid "Custom Post"
 msgid "Custom Post"
-msgstr "Custom Artikel"
+msgstr "Maatwerk Bericht"
 
 
-#: library/custom-post-type.php:26
+#: ../../library/custom-post-type.php:26
+msgid "All Custom Posts"
+msgstr "Alle Maatwerk Berichten"
+
+#: ../../library/custom-post-type.php:27
 msgid "Add New"
 msgid "Add New"
 msgstr "Nieuwe toevoegen"
 msgstr "Nieuwe toevoegen"
 
 
-#: library/custom-post-type.php:27
+#: ../../library/custom-post-type.php:28
 msgid "Add New Custom Type"
 msgid "Add New Custom Type"
 msgstr "Nieuw custom type toevoegen"
 msgstr "Nieuw custom type toevoegen"
 
 
-#: library/custom-post-type.php:28
+#: ../../library/custom-post-type.php:29
 msgid "Edit"
 msgid "Edit"
 msgstr "Bewerken"
 msgstr "Bewerken"
 
 
-#: library/custom-post-type.php:29
+#: ../../library/custom-post-type.php:30
 msgid "Edit Post Types"
 msgid "Edit Post Types"
-msgstr "Artikel types bewerken"
+msgstr "Berichttypes bewerken"
 
 
-#: library/custom-post-type.php:30
+#: ../../library/custom-post-type.php:31
 msgid "New Post Type"
 msgid "New Post Type"
-msgstr "Nieuw bericht type"
+msgstr "Nieuw berichttype"
 
 
-#: library/custom-post-type.php:31
+#: ../../library/custom-post-type.php:32
 msgid "View Post Type"
 msgid "View Post Type"
-msgstr "Bekijk bericht type"
+msgstr "Bekijk berichttype"
 
 
-#: library/custom-post-type.php:32
+#: ../../library/custom-post-type.php:33
 msgid "Search Post Type"
 msgid "Search Post Type"
-msgstr "Zoek bericht type"
+msgstr "Zoek berichttype"
 
 
-#: library/custom-post-type.php:33
+#: ../../library/custom-post-type.php:34
 msgid "Nothing found in the Database."
 msgid "Nothing found in the Database."
 msgstr "Niets gevonden in de database."
 msgstr "Niets gevonden in de database."
 
 
-#: library/custom-post-type.php:34
+#: ../../library/custom-post-type.php:35
 msgid "Nothing found in Trash"
 msgid "Nothing found in Trash"
 msgstr "Niets gevonden in de prullenbak."
 msgstr "Niets gevonden in de prullenbak."
 
 
-#: library/custom-post-type.php:37
+#: ../../library/custom-post-type.php:38
 msgid "This is the example custom post type"
 msgid "This is the example custom post type"
-msgstr "Dit is het voorbeeld custom artikel type"
+msgstr "Dit is het voorbeeld maatwerk berichttype"
 
 
-#: library/custom-post-type.php:73
+#: ../../library/custom-post-type.php:75
 msgid "Custom Categories"
 msgid "Custom Categories"
 msgstr "Custom categorieën"
 msgstr "Custom categorieën"
 
 
-#: library/custom-post-type.php:74
+#: ../../library/custom-post-type.php:76
 msgid "Custom Category"
 msgid "Custom Category"
 msgstr "Custom categorie"
 msgstr "Custom categorie"
 
 
-#: library/custom-post-type.php:75
+#: ../../library/custom-post-type.php:77
 msgid "Search Custom Categories"
 msgid "Search Custom Categories"
-msgstr "Zoek custom categorie"
+msgstr "Zoek custos categorie"
 
 
-#: library/custom-post-type.php:76
+#: ../../library/custom-post-type.php:78
 msgid "All Custom Categories"
 msgid "All Custom Categories"
 msgstr "Alle custom categorieën"
 msgstr "Alle custom categorieën"
 
 
-#: library/custom-post-type.php:77
+#: ../../library/custom-post-type.php:79
 msgid "Parent Custom Category"
 msgid "Parent Custom Category"
 msgstr "Parent custom categorie"
 msgstr "Parent custom categorie"
 
 
-#: library/custom-post-type.php:78
+#: ../../library/custom-post-type.php:80
 msgid "Parent Custom Category:"
 msgid "Parent Custom Category:"
 msgstr "Parent custom categorie"
 msgstr "Parent custom categorie"
 
 
-#: library/custom-post-type.php:79
+#: ../../library/custom-post-type.php:81
 msgid "Edit Custom Category"
 msgid "Edit Custom Category"
 msgstr "Custom categorie bewerken"
 msgstr "Custom categorie bewerken"
 
 
-#: library/custom-post-type.php:80
+#: ../../library/custom-post-type.php:82
 msgid "Update Custom Category"
 msgid "Update Custom Category"
 msgstr "Custom categorie aanpassen"
 msgstr "Custom categorie aanpassen"
 
 
-#: library/custom-post-type.php:81
+#: ../../library/custom-post-type.php:83
 msgid "Add New Custom Category"
 msgid "Add New Custom Category"
 msgstr "Custom categorie toevoegen"
 msgstr "Custom categorie toevoegen"
 
 
-#: library/custom-post-type.php:82
+#: ../../library/custom-post-type.php:84
 msgid "New Custom Category Name"
 msgid "New Custom Category Name"
 msgstr "Naam nieuwe custom categorie"
 msgstr "Naam nieuwe custom categorie"
 
 
-#: library/custom-post-type.php:95
+#: ../../library/custom-post-type.php:98
+msgid "Custom Tags"
+msgstr "Maatwerk Tags"
+
+#: ../../library/custom-post-type.php:99
 msgid "Custom Tag"
 msgid "Custom Tag"
-msgstr "Custom label"
+msgstr "Maatwerk Tag"
 
 
-#: library/custom-post-type.php:96
+#: ../../library/custom-post-type.php:100
 msgid "Search Custom Tags"
 msgid "Search Custom Tags"
-msgstr "Zoek custom labels"
+msgstr "Zoek Maatwerk Tags"
 
 
-#: library/custom-post-type.php:97
+#: ../../library/custom-post-type.php:101
 msgid "All Custom Tags"
 msgid "All Custom Tags"
-msgstr "Alle custom labels"
+msgstr "Alle Maatwerk Tags"
 
 
-#: library/custom-post-type.php:98
+#: ../../library/custom-post-type.php:102
 msgid "Parent Custom Tag"
 msgid "Parent Custom Tag"
-msgstr "Parent custom label"
+msgstr ""
 
 
-#: library/custom-post-type.php:99
+#: ../../library/custom-post-type.php:103
 msgid "Parent Custom Tag:"
 msgid "Parent Custom Tag:"
-msgstr "Parent custom label"
+msgstr ""
 
 
-#: library/custom-post-type.php:100
+#: ../../library/custom-post-type.php:104
 msgid "Edit Custom Tag"
 msgid "Edit Custom Tag"
-msgstr "Custom label bewerken"
+msgstr "Maatwerk Tag Bewerken"
 
 
-#: library/custom-post-type.php:101
+#: ../../library/custom-post-type.php:105
 msgid "Update Custom Tag"
 msgid "Update Custom Tag"
-msgstr ""
+msgstr "Maatwerk Tag Bijwerken"
 
 
-#: library/custom-post-type.php:102
+#: ../../library/custom-post-type.php:106
 msgid "Add New Custom Tag"
 msgid "Add New Custom Tag"
-msgstr ""
+msgstr "Nieuwe Maatwerk Tag Toevoegen"
 
 
-#: library/custom-post-type.php:103
+#: ../../library/custom-post-type.php:107
 msgid "New Custom Tag Name"
 msgid "New Custom Tag Name"
-msgstr ""
+msgstr "Nieuwe Maatwerk Tag Naam"
+
+#~ msgid "Response"
+#~ msgstr "Antwoord"
+
+#~ msgid "Responses"
+#~ msgstr "Antwoorden"
+
+#~ msgid "One"
+#~ msgstr "Een"
+
+#~ msgid "No"
+#~ msgstr "Geen"
+
+#~ msgid "to"
+#~ msgstr "Aan"
+
+#~ msgid "You must be"
+#~ msgstr "Je moet"
+
+#~ msgid "logged in"
+#~ msgstr "aangemeld zijn"
+
+#~ msgid "to post a comment"
+#~ msgstr "om te reageren"
+
+#~ msgid "Email"
+#~ msgstr "Email"
+
+#~ msgid "Page %s"
+#~ msgstr "Pagina %s"
+
+#~ msgid "Posted"
+#~ msgstr "Geplaatst"
+
+#~ msgid "by"
+#~ msgstr "door"
+
+#~ msgid "filed under"
+#~ msgstr "in de categorie"
+
+#~ msgid "Search the Site..."
+#~ msgstr "Doorzoek de site...."
+
+#~ msgid "Read more on"
+#~ msgstr "Lees meer over"
+
+#~ msgid "Tag"
+#~ msgstr "Label"
+
+#~ msgid "Read the rest of this entry"
+#~ msgstr "Lees de rest van dit bericht"
+
+#~ msgid "Sorry, no attachments matched your criteria."
+#~ msgstr ""
+#~ "Sorry, er zijn geen bijlagen gevonden die aan uw criteria voldoen.\""
+
+#~ msgid "is powered by"
+#~ msgstr "wordt mogelijk gemaakt door"
+
+#~ msgid "Sorry, but the requested resource was not found on this site."
+#~ msgstr "Sorry, maar de opgevraagde bron is niet gevonden op deze site."

Некоторые файлы не были показаны из-за большого количества измененных файлов