elkuku / EasyCreator

EasyCreator helps creating extensions for the Joomla! CMS
http://extensions.joomla.org/extensions/miscellaneous/development/5908
50 stars 23 forks source link

administrator/components/com_easycreator/views/stuffer/tmpl/stuffer_menu.php #3

Closed klauswilms closed 12 years ago

klauswilms commented 12 years ago

I made some corrections in the php tags. you wrote <?=, but I think its asp? so i changed it to <?php. After the opening php tag I missed the echo command, and at the end before closing tag I missed the semicolon. I test it on a local installation, and it works fine for me.

elkuku commented 12 years ago

Well actually I was playing with Nooku recently and fell in love with those short tags. I believe they make the code more readable but on the other hand you need to parse them if the server does not support those short tags. I know there are people thinking they are ugly - I also did.. Anyway, I believe I will not use them in Joomla! projects - not even my own experimental - so thanks a lot for fixing this. If you encounter more, feel free ;)

Thank you for your contribution, Nikolai