PHP Include
PHP Include
I tried including PHP with CMSMS, and it didn't work. Might I suggest to add a tag/module in CMSMS to include PHP please? It's disturbing to not be able to include your own code in PHP.
Re: PHP Include
copy paste your php into user defined tag (remove ) then call that tag from your page or template.
or change config.php to allow smarty php tag (this isnt really supported but should work) and use {php} include('foo') {/php}
hope this helps
or change config.php to allow smarty php tag (this isnt really supported but should work) and use {php} include('foo') {/php}
hope this helps