diff -r 0d9a58d2c515 -r 0d28b7c10758 web/wp-content/themes/thematic/header.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/wp-content/themes/thematic/header.php Fri Mar 12 13:29:04 2010 +0000 @@ -0,0 +1,90 @@ +\n"; + + // Creating the head profile + thematic_head_profile(); + + // Creating the doc title + thematic_doctitle(); + + // Creating the content type + thematic_create_contenttype(); + + // Creating the description + thematic_show_description(); + + // Creating the robots tags + thematic_show_robots(); + + // Creating the canonical URL + thematic_canonical_url(); + + // Loading the stylesheet + thematic_create_stylesheet(); + + // Creating the internal RSS links + thematic_show_rss(); + + // Creating the comments RSS links + thematic_show_commentsrss(); + + // Creating the pingback adress + thematic_show_pingback(); + + // Enables comment threading + thematic_show_commentreply(); + + // Calling WordPress' header action hook + wp_head(); + +?> + + + + + + + + + +
+ + + + + + + +
+ \ No newline at end of file