flinhardt Posted October 19, 2010 Report Share Posted October 19, 2010 Hallo, ich würde aus meiner "/templates/xt_default/index.html" gerne eine index.php machen. klar umbenennen, funktioniert am ende dann auch. NUR wo steht der verweis auf die "/templates/xt_default/index.html" ? also dann "/templates/xt_default/index.php" vielen dank für eure hilfe! Link to comment Share on other sites More sharing options...
Ballonsupermarkt Posted October 20, 2010 Report Share Posted October 20, 2010 Wozu eigentlich? Das ist ein Smarty-Template. Wenn du konkreten PHP-Code drinnen verwenden willst, mußt du einfach an der gewünschten Stelle deinen Code zwischen die Smarty-PHP-Tags packen: {php}{/php} Das ganze wird dann auch wunderbar interpretiert, ohne daß man direkt umbenenne, außerdem würde es das xt_default nicht zerstören. Link to comment Share on other sites More sharing options...
flinhardt Posted October 20, 2010 Author Report Share Posted October 20, 2010 asooooo. ok danke ja eigentlich nur um php code ausführen zu können. aber wenn ich das einfach zwischen {php}{/php} packen kann ist das problem schon gelöst! vielen dank für die hilfe! ich werde das sofort versuchen. Link to comment Share on other sites More sharing options...
flinhardt Posted October 20, 2010 Author Report Share Posted October 20, 2010 wär zu schön gewesen. seite lädt leider gar nicht mehr nachdem ich ne funktion dazwischen gelegt habe: "{php}<?PHP echo date("d M Y") . "\n"; echo date("Y m d") . "\n"; echo date("d m y") . "\n"; echo date("D, d m Y") . "\n"; echo date("l, d m Y") . "\n"; echo date("l dS of F Y h:i:s A") . "\n"; echo "Dieser Monat hat " . date(t) . " Tage"; ?> {/php}" woran kann das liegen? Link to comment Share on other sites More sharing options...
Ballonsupermarkt Posted October 20, 2010 Report Share Posted October 20, 2010 Du hast quasi doppelt gemoppelt. Laß die PHP-Tages innerhalbt der Smarty-PHP-Tags weg. Also weg mit "<?php" und "?>". Link to comment Share on other sites More sharing options...
flinhardt Posted October 20, 2010 Author Report Share Posted October 20, 2010 hexhex! tausend dank! funktioniert... Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.