Not signed in (Sign In)

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

  1.  
    I am unable to include the gallery on my existing web site. Here is the mark up. I have tried all kinds of variations but have hit a brick wall. Can anyone help please. My web URL is http://www.jollygoodfun.co.uk
    As you can see I am already using PHP includes to build the page:

    <?php include("plogger_folder/gallery.php"); ?>

    <?php
    require ('templates/docmettacss.html');
    ?>

    <?php the_gallery_head(); ?>

    </head>

    <?php
    require('templates/header.html');
    ?>


    <?php the_gallery(); ?>


    <p class="home">Go to back to <a href="index.php">Home</a></p>

    <?php
    require('templates/footer.html');
    ?>

    Many thanks,
    Ron