Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

include .htm file

edited January 2008 in Vanilla 1.0 Help
Hi-
Trying to customize the left panel of Vanilla (themes > panel.php), by inserting an .htm include file on line 51.

Here is my Vanilla forum:
http://gardnercondos.org/Vanilla/

Here is the include file I want to insert (where it says "custom flyout menu to go here ..."):
http://gardnercondos.org/includes/menu.htm

On line 51 of "panel.php" I've tried several variations of the include protocol, such as ...
<?php include ("../../includes/menu.htm");?>
<?php include "$_SERVER["DOCUMENT_ROOT"]."/includes/menu.htm";?>

Nothing seems to work however. What I am I doing wrong?

Thanks! -cory

Comments

This discussion has been closed.