Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorKAES
    • CommentTimeSep 1st 2010
     
    I am getting a syntax error with my head.php file on line 1
    Here is the code:

    <?php echo plogger_generate_seo_meta_tags();?>
    <link rel="icon" href="http://gabrieljonesphotography.com/favicon.gif" type="image/gif" />
    <link rel="shortcut icon" href="http://gabrieljonesphotography.com/favicon.ico" type="image/x-icon" />
    <link rel="stylesheet" type="text/css" href="<?php echo THEME_URL ?>gallery.css" />

    <link rel="stylesheet" type="text/css" media="screen" href="<?php echo THEME_URL ?>lightbox.css" />

    <script type="text/javascript" src="<?php echo THEME_URL ?>dynamics.js"></script>
    <script type="text/javascript" src="<?php echo THEME_URL ?>prototype.js"></script>
    <script type="text/javascript" src="<?php echo THEME_URL ?>scriptaculous.js"></script>
    <script type="text/javascript" src="<?php echo THEME_URL ?>lightbox.js"></script>

    I notice the error disappears when I remove the script tags.
    What is wrong here?