Lid |
|
hmmm oke, blijft het apart vinden
ik roep het de gallery namelijk zo op!
// Benodigde bestanden inladen.
include ("includes/layout/layout_top.php");
include ("includes/layout/layout_bottom.php");
// Oproepen van layout website.
layout_top();
echo " <img src=\"images/Stil_Leven.gif\" width=\"804\" height=\"66\" alt=\"Stil Leven\" /><br />\n";
echo " <script src=\"gallery/js/jquery.js\" type=\"text/javascript\"></script>\n";
echo " <script src=\"gallery/js/swfobject.js\" type=\"text/javascript\"></script>\n";
echo " <script src=\"gallery/js/flashgallery.js\" type=\"text/javascript\"></script>\n";
echo " <div style=\"float:left; margin-right: 40px\" />\n";
echo " <script type=\"text/javascript\">jQuery.flashgallery('gallery/BoxGallery.swf', 'gallery/gallery_Stil_Leven.xml', {width: '800px', height: '300px', background: 'transparent'});</script>\n";
echo " <br /> ";
echo " <a href=\"Mijn_werk.php\" target=\"iframe\">Terug naar Mijn werk</a>\n";
// Oproepen van layout website.
layout_bottom ();
// Benodigde bestanden inladen. include ("includes/layout/layout_top.php"); include ("includes/layout/layout_bottom.php"); // Oproepen van layout website. layout_top(); echo " <img src=\"images/Stil_Leven.gif\" width=\"804\" height=\"66\" alt=\"Stil Leven\" /><br />\n"; echo " <script src=\"gallery/js/jquery.js\" type=\"text/javascript\"></script>\n"; echo " <script src=\"gallery/js/swfobject.js\" type=\"text/javascript\"></script>\n"; echo " <script src=\"gallery/js/flashgallery.js\" type=\"text/javascript\"></script>\n"; echo " <div style=\"float:left; margin-right: 40px\" />\n"; echo " <script type=\"text/javascript\">jQuery.flashgallery('gallery/BoxGallery.swf', 'gallery/gallery_Stil_Leven.xml', {width: '800px', height: '300px', background: 'transparent'});</script>\n"; echo " <br /> "; echo " <a href=\"Mijn_werk.php\" target=\"iframe\">Terug naar Mijn werk</a>\n"; // Oproepen van layout website. layout_bottom ();
Is dit verder gewoon goed! |