[kune-commits] r1222 - wp-theme/kune
Vicente J. Ruiz Jurado
vjrj_ at ourproject.org
Mon Jan 24 22:39:31 CET 2011
Author: vjrj_
Date: 2011-01-24 22:39:31 +0100 (Mon, 24 Jan 2011)
New Revision: 1222
Modified:
wp-theme/kune/header.php
Log:
Modified: wp-theme/kune/header.php
===================================================================
--- wp-theme/kune/header.php 2011-01-24 21:35:15 UTC (rev 1221)
+++ wp-theme/kune/header.php 2011-01-24 21:39:31 UTC (rev 1222)
@@ -43,6 +43,17 @@
}
});
</script>
+<script type="text/javascript">
+/* <![CDATA[ */
+ (function() {
+ var s = document.createElement('script'), t = document.getElementsByTagName('script')[0];
+ s.type = 'text/javascript';
+ s.async = true;
+ s.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
+ t.parentNode.insertBefore(s, t);
+ })();
+/* ]]> */
+</script>
<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'stylesheet_url' ); ?>" />
<link rel="stylesheet" type="text/css" media="all" href="/kothers/ubuntufontface.css" />
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
More information about the kune-commits
mailing list