Opensuse and Endpoint Manager

Hi, Hope someone can help. Have been struggling for 2 days.

We have a Freepbx system running on openSuSe 11.3.(changing OS not an option)

The Problem:
All the modules works 100%, except Endpoint Manager. The page displays php? code.

Here is a example of the buttons. (some text also missing)

<?=_('Rebuild Configs for Selected Phoness')?>

Please see picture for better example.
http://high-on-it.co.za/Freepbx_epm_php.png

I have almost all PHP packages installed, and re-installed Apache/PHP/Mysql (on test system with same problem)

The defaults is in php.conf

        AddHandler application/x-httpd-php .php4
        AddHandler application/x-httpd-php .php5
        AddHandler application/x-httpd-php .php
        AddHandler application/x-httpd-php-source .php4s
        AddHandler application/x-httpd-php-source .php5s
        AddHandler application/x-httpd-php-source .phps

Could someone please point me in the right direction. We are busy rolling out 60 snom phones, and would love this package.

Thanks
Markus

Check for

short_open_tag = On

in /etc/php.ini (or where ever the php.ini file lives on your distro)

Sorry for the off topic… OpenSUSE needs a guide… and so do I. I have been attempting to create a simple template for Suse Studio for some time now. If you are not familiar with it see: http://susestudio.com/

I have no real need to run OpenSUSE, but a friend works for Attachmate and I told him I would use it and see how it goes. So far, no problem with Asterisk but I am missing a step or two getting FreePBX installed.

You are a genuis! Thanks for the help. Much appreciated, solved the problem 100%