Minggu, 27 Maret 2011

fgfsgfsgfgfgxf

<head>
  <?php $Plugins->trigger_event( 'SkinBeginHtmlHead' ); ?>
        <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $io_charset; ?>" />
        <title><?php
                $Blog->disp('name', 'htmlhead');
                request_title( ' - ', '', ' - ', 'htmlhead' );
        ?></title>
        <?php skin_base_tag(); /* Base URL for this skin. You need this to fix relative links! */ ?>
        <meta name="description" content="<?php $Blog->disp( 'shortdesc', 'htmlattr' ); ?>" />
        <meta name="keywords" content="<?php $Blog->disp( 'keywords', 'htmlattr' ); ?>" />
        <meta name="generator" content="b2evolution <?php echo $app_version ?>" /> <!-- Please leave this for stats -->
        <link rel="alternate" type="text/xml" title="RDF" href="<?php $Blog->disp( 'rdf_url', 'raw' ) ?>" />
        <link rel="alternate" type="text/xml" title="RSS .92" href="<?php $Blog->disp( 'rss_url', 'raw' ) ?>" />
        <link rel="alternate" type="text/xml" title="RSS 2.0" href="<?php $Blog->disp( 'rss2_url', 'raw' ) ?>" />
        <link rel="alternate" type="application/atom+xml" title="Atom" href="<?php $Blog->disp( 'atom_url', 'raw' ) ?>" />
        <link rel="pingback" href="<?php $Blog->disp( 'pingback_url', 'raw' ) ?>" />
        <link rel="stylesheet" href="style.css" type="text/css" />
        <?php
                $Blog->disp( 'blog_css', 'raw');
                $Blog->disp( 'user_css', 'raw');
        ?>
</head>