How do I include a php statement on all of Dolphin's pages, i.e. header or footer ?
In other words, either footer or header should show (1) whatever I'd like to php include first, then (2) whatever default settings set by Dolphin.
Example of footer file:
<?
<?php include ("http://rss.news.yahoo.com/rss/topstories"); ?>
Dolphin's coding
?>