Pre-Content Header

Talk about writing modules and plugins for CMS Made Simple, or about specific core functionality. This board is for PHP programmers that are contributing to CMSMS not for site developers
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm
Location: Fairless Hills, Pa USA

Pre-Content Header

Post by Ted »

Try:

Code: Select all

global $gCms;
print_r($gCms->variables["POST"]);
Though really, I think the real way to do this would be to make this page header thing not use smarty. I have to think about this a little bit. Just need time...
brownrl
Forum Members
Forum Members
Posts: 74
Joined: Thu Sep 23, 2004 11:06 am

Progress

Post by brownrl »

Well,

I can put all the code I need to write in a custom tag.

Then call that tag as needed.

I guess this is good enough.

Still would be 'nicer'

Thanks for all the help...

Rob
Post Reply

Return to “Developers Discussion”