JayJayS Posted July 21, 2004 Report Share Posted July 21, 2004 Hi Ich m?chte eine Bannerrotation im header-Bereich einf?gen. Da ich jedoch mit Hintergrundgrafiken arbeite wird bei der Einbindungsm?glichkeit ?ber ein transparentes iframe w?hrend des Ladevorgangs ein leeres wei?es FEld angezeigt. Deshalb w?rde ich die Bannerrotation gern mit php und dem <?php include("http//www.***.de/bannerrotation/banner.php"); ?> Befehl einf?gen. Da dies jedoch in der index.html in den templates keinerlei Wirkung zeigt, gehe ich davon aus, da? der Befehl in der index.php oder header.php eingef?gt werden mu?. Nun meine Frage: In welcher(n) Datei(en) und an welcher Stelle mu? ich den Code einbinden ? W?re nett wenn mir jemand helfen k?nnte ! Mfg JayJayS :wall: Link to comment Share on other sites More sharing options...
mzanier Posted July 21, 2004 Report Share Posted July 21, 2004 in der index html ist schon richtig. aber das ist ein template, und keine php datei, darum {php} {/php} Link to comment Share on other sites More sharing options...
JayJayS Posted July 21, 2004 Author Report Share Posted July 21, 2004 Hi Also mu? es so lauten ? {php}<?php include("http//www.***.de/bannerrotation/banner.php"); ?>{/php} Sehe ich das richtig ? MfG JayJayS Link to comment Share on other sites More sharing options...
mzanier Posted July 21, 2004 Report Share Posted July 21, 2004 http://smarty.php.net/manual/en/language.f...unction.php.php Link to comment Share on other sites More sharing options...
JayJayS Posted July 21, 2004 Author Report Share Posted July 21, 2004 Alles klar ! Hat gefunzt ! Besten Dank. MfG JayJayS :pint: Link to comment Share on other sites More sharing options...
turgut67 Posted August 22, 2004 Report Share Posted August 22, 2004 Originally posted by mzanier@Jul 21 2004, 10:18 AM in der index html ist schon richtig. aber das ist ein template, und keine php datei, darum {php} {/php} Oder .htaccess ?ndern, sodass .htm oder .html vom php-Interpreter verarbeitet wird... eine Alternative isses :dafuer: Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.