Top Xl Support Impressum :: Search :: The newest topics
Register :: Log in

spezielles Footer-Template für Startseite

 
   Top Xl Support Forum Index -> Templates und Design
View previous topic :: View next topic  
Author Message
chandor



Joined: 30 Aug 2008
Posts: 14

PostPosted: Sun Oct 05, 2008 8:38 am    Post subject: spezielles Footer-Template für Startseite

Hi,

ich möchte ein spezielles Footer-Template erstellen, dass nur auf der Startseite (Seite1) geladen und angezeigt wird.

Das mit dem Template ist nicht das Problem für mich, aber wie steuere ich das im php-Code? Kann mir da jemand behilflich sein?

VG chandor
Back to top
View user's profile Send private message
Paddelberg
Site Admin


Joined: 17 Jan 2006
Posts: 797
Location: Worms

PostPosted: Sun Oct 05, 2008 5:31 pm    Post subject:

Hi
Füge folgenden Code in der index.php nach Zeile 264 ein
Code:
if (empty ($_GET[$kwholder1]))
   {
   if(!file_exists("html/".$design."/footer.html"))
      {echo "The template file html/".$design."/footer.html does not exist."; exit;}
   $fp = fopen("html/".$design."/footer.html","r"); 
   $footer = fread ($fp, filesize ("html/".$design."/footer.html"));
   @fclose($fp);
   }
else
   {$footer = '';}
$zeile=ereg_replace("{footer}",$footer,$zeile);


in deinem Template Ordner musst du die Datei footer.html erstellen.
In der Datei topsite.html kannst du dann da, wo du den Footer anzeigen willst den Platzhalter {footer} einfügen.

mfg
simon
Back to top
View user's profile Send private message Visit poster's website
chandor



Joined: 30 Aug 2008
Posts: 14

PostPosted: Sun Oct 05, 2008 5:45 pm    Post subject:

Danke für prompte Antwort! Funzt einwandfrei!

VG Chandor
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Top Xl Support Forum Index -> Templates und Design All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum