Not signed in (Sign In)

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

    • CommentAuthorcj
    • CommentTimeDec 2nd 2005
     
    Hi there,

    I've done this:

    First line of HTML file -> <?php require("gallery.php"); ?>

    In HEAD section of HTML -> <?php the_gallery_head(); ?>

    Somewhere in BODY section -> <?php the_gallery(); ?>

    But i get this:

    Fatal error: Call to undefined function: the_gallery_head() in /home/pistudio/public_html/new/portfolio.php on line 6

    If you could help me out that would be great.

    Many thanks,

    CJ Lazell
    •  
      CommentAuthormike
    • CommentTimeDec 2nd 2005
     
    The PHP file which contains those statements above must be in the Plogger directory (the same directory as gallery.php).