?>
 - <?php 
        echo $this->_tpl_vars['head_subtitle'];
    }
    ?>
</title>
    <meta name="Powered-By" content="Serendipity v.<?php 
    echo $this->_tpl_vars['head_version'];
    ?>
" />
    <link rel="stylesheet" type="text/css" href="<?php 
    echo $this->_tpl_vars['head_link_stylesheet'];
    ?>
" media="screen" />
    <link rel="stylesheet" type="text/css" href="<?php 
    echo serendipity_smarty_getFile(array('file' => "s9y.css"), $this);
    ?>
" media="screen" />
<?php 
    if ($this->_tpl_vars['template_option']['externalfeed'] != '') {
        ?>
    <link rel="alternate"  type="application/rss+xml" title="<?php 
        echo $this->_tpl_vars['blogTitle'];
        ?>
 RSS feed" href="<?php 
        echo $this->_tpl_vars['template_option']['externalfeed'];
        ?>
" />
<?php 
    } else {
        ?>
                </tr>
            </table>
            <br />
        </td>
    </tr>
    
        <tr>
        <td colspan="2">
            <?php 
if (!$this->_tpl_vars['entry_vars']['wysiwyg']) {
    ?>
            <a style="border:0; text-decoration: none" href="#" onclick="toggle_extended(true); return false;" title="<?php 
    echo @TOGGLE_OPTION;
    ?>
"><img src="<?php 
    echo serendipity_smarty_getFile(array('file' => 'img/plus.png'), $this);
    ?>
" id="option_extended" alt="+/-" border="0" /></a>
            <?php 
}
?>
            <b><?php 
echo @EXTENDED_BODY;
?>
</b>
        </td>

        <td align="right">
            <?php 
if (!$this->_tpl_vars['entry_vars']['wysiwyg']) {
    ?>
    ?>
</h2>
                        <h3><?php 
    echo @PLEASE_ENTER_CREDENTIALS;
    ?>
</h3>
                        <?php 
    echo $this->_tpl_vars['admin_vars']['out']['header'];
    ?>

                    </div>
                    <?php 
    if ($this->_tpl_vars['admin_vars']['post_action'] != '' && !$this->_tpl_vars['admin_vars']['is_logged_in']) {
        ?>
                        <div class="serendipityAdminMsgError"><img width="22px" height="22px" style="border: 0px; padding-right: 2px; vertical-align: middle" src="<?php 
        echo serendipity_smarty_getFile(array('file' => 'admin/img/admin_msg_error.png'), $this);
        ?>
" alt="" /><?php 
        echo @WRONG_USERNAME_OR_PASSWORD;
        ?>
</div>
                    <?php 
    }
    ?>
                    <form action="serendipity_admin.php" method="post">
                        <input type="hidden" name="serendipity[action]" value="admin" />
                        <table id="serendipityAdminCredentials" cellspacing="10" cellpadding="0" border="0" align="center">
                            <tr>
                                <td><?php 
    echo @USERNAME;
    ?>
    } elseif ($this->_tpl_vars['template_option']['prev_next_style'] == 'icon') {
        ?>
            <?php 
        if ($this->_tpl_vars['template_option']['colorset'] == 'blank') {
            ?>
                <a title="<?php 
            echo @NEXT_PAGE;
            ?>
" href="<?php 
            echo $this->_tpl_vars['footer_next_page'];
            ?>
"><img alt="<?php 
            echo @NEXT_PAGE;
            ?>
" src="<?php 
            echo serendipity_smarty_getFile(array('file' => "img/forward.png"), $this);
            ?>
" /></a>
            <?php 
        } else {
            ?>
                <a title="<?php 
            echo @NEXT_PAGE;
            ?>
" href="<?php 
            echo $this->_tpl_vars['footer_next_page'];
            ?>
"><img alt="<?php 
            echo @NEXT_PAGE;
            ?>
" src="<?php 
        ?>
templates/<?php 
        echo $this->_tpl_vars['template'];
        ?>
/img/<?php 
        echo $this->_tpl_vars['template_option']['colorset'];
        ?>
_forward.png" /></a>
            <?php 
    }
    ?>
        <?php 
} else {
    ?>
            <img alt="" src="<?php 
    echo serendipity_smarty_getFile(array('file' => "img/blank.png"), $this);
    ?>
" width="6" height="6" class="serendipity_calender_spacer" />
        <?php 
}
?>
        </th>
    </tr>

    <tr>
    <?php 
$_from = $this->_tpl_vars['plugin_calendar_dow'];
if (!is_array($_from) && !is_object($_from)) {
    settype($_from, 'array');
}
if (count($_from)) {