ruserious
06-26-06, 04:28 AM
Hello,
can anybody tell me if I can put this include on my MM5 pages?
This is what the instructions read.
include frames.php in any *.php page on your web site
include("$DOCUMENT_ROOT/ frames.php");
$img_url = "skippy.gif";
$width = 100;
$height = 150;
$tpl = "ice_blue";
echo picture_frame($img_url, $width, $height, $tpl);
Thanks for any ideas.
can anybody tell me if I can put this include on my MM5 pages?
This is what the instructions read.
include frames.php in any *.php page on your web site
include("$DOCUMENT_ROOT/ frames.php");
$img_url = "skippy.gif";
$width = 100;
$height = 150;
$tpl = "ice_blue";
echo picture_frame($img_url, $width, $height, $tpl);
Thanks for any ideas.