Ejemplo n.º 1
0
function blank_meta()
{
    ?>
	<meta name="author" content="" />
	<meta name="publisher" content="" />
	<meta name="copyright" content="<?php 
    echo xtreme_copyright() . ' ' . get_bloginfo('name');
    ?>
" />
	<meta name="distribution" content="global" />
	<meta name="siteinfo" content="" />
	<?php 
}
    function xtreme_siteinfo_content()
    {
        $options = get_option(XF_OPTIONS);
        ?>
<p class="skip_top"><a href="#content" title="<?php 
        _e('Skip to top', XF_TEXTDOMAIN);
        ?>
"><span><?php 
        _e('Skip to top', XF_TEXTDOMAIN);
        ?>
</span>&nbsp;</a></p>
<p class="copyright"><?php 
        echo xtreme_copyright() . ' ' . get_bloginfo('name');
        /*
        YAML Condition: For the free use of the YAML framework, a backlink to the YAML homepage (http://www.yaml.de) in a suitable place (e.g.: footer of the website or in the imprint) is required.
        */
        ?>
 | <a href="http://www.yaml.de/">YAML</a>
 | <?php 
        if (!isset($options['xc_footer']['hide_powered_by']) || isset($options['xc_footer']['hide_powered_by']) && TRUE != $options['xc_footer']['hide_powered_by']['value']) {
            ?>
<a href="http://wordpress.org/">WordPress</a> | <a href="https://github.com/xtreme-themes/xtreme-one" title="Xtreme One Professional WordPress Framework">powered by Xtreme One</a> |
	<?php 
        }
        ?>
	<?php 
        wp_loginout();
        ?>
</p>
    <?php 
        xtreme_show_queries();
    }