Exemplo n.º 1
0
<?php

// Creating the doctype
thematic_create_doctype();
echo " ";
language_attributes();
echo ">\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();
if (THEMATIC_COMPATIBLE_FEEDLINKS) {
    // 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();
Exemplo n.º 2
0
 /**
  * @ignore
  */
 function childtheme_override_meta_charset()
 {
     thematic_create_contenttype();
 }