PHP Include?
PHP Include?
How do I add a php include (for tracking traffic exchanges via toplist) and get s9y to execute the php?
Perhaps what you need is the serendipity_event_externalphp / External PHP Application plugin. You could just write a quick PHP snippet (or use a provided one), save it as a file, and include it your pages with this plugin.
You could also enable Smarty templating, then put a config.inc.php in your template directory with the PHP snippet. You could include the snippet in your template that way.
You could also enable Smarty templating, then put a config.inc.php in your template directory with the PHP snippet. You could include the snippet in your template that way.