Publisher Posted March 16, 2012 Share Posted March 16, 2012 Hallo Miteinander PS 1.4.2.5. Ich möchten im Header.tpl PHP programmieren. Das geht doch eigentlich mit den {php} Tags. Bei einer meiner Shops geht das aber nicht, im Quellcode wird dann gar nichts mehr angezeigt. Zum Beispiel wenn ich im Body oder im Head Bereich das mache: {php} echo 'test'; {/php} An was könnte das liegen? Danke für die Feedbacks! Link to comment Share on other sites More sharing options...
guest* Posted March 16, 2012 Share Posted March 16, 2012 Fragen zu Anpassungen, Installation und Konfiguration bitte in die dafür vorgesehene Kategorie stellen. Post wird verschoben. Link to comment Share on other sites More sharing options...
BluTiGeS Posted March 16, 2012 Share Posted March 16, 2012 Die PHP Funktion ist in Smarty V3 Standardmäßig deaktivert. Du kannst sie aber mittels anpassen der Config "smarty.config.inc.php" aktivieren. dazu musst du nach: $smarty = new Smarty(); folgendes einfügen: $smarty->allow_php_tag = true; dann klappts auch mit den {php} tags Grüße BluTiGeS 1 Link to comment Share on other sites More sharing options...
Publisher Posted April 12, 2012 Author Share Posted April 12, 2012 Geil geil hat geklappt! Vielen Dank :-) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now