Hi. I think there are many ways for integrating PHP-Code into your lenya. - you may generate some XML with your PHP which will be integrated into lenya flows as a generator or aggregate part, thus your PHP-Code will have to be accessed through HTTP. - you may generate some PHP code with the help of Lenya and the generated PHP-Code will have to be interpreted by the php engine. So you'll have to have on your PHP engine some
<?php @include "$lenya_script_url"; ?> As I'm still not an expert, I don't know much about the other ways it is possible but there may exist some others. Yvan -----Message d'origine----- De : Richard Schottdorf [mailto:[EMAIL PROTECTED] Envoyé : samedi 30 juillet 2005 10:14 À : [email protected] Objet : Horizontal Menu & PHP Integration Hello everybody, I am a Newbie with Lenya CMS and I am trying to integrate an existing Project in Lenya. Two questions: The existing Project has a TAB-Menu and right beneath it a horizontal Menu. How is it possible to change the menu.xsl, that the Menupoints are shown in a horizontal way? Is it possible to integrate PHP-Code and how? Thx for your answers. Best regards Richard --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
