in reply to How in include header in all pages
The best way to do this is to use a templating system such as Template and use the wrap feature to wrap that formatting around everything else.
If you don't want to go that far, extract the code to generate that header into its own module and use that from all of your programs.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How in include header in all pages
by varghees (Novice) on Feb 15, 2011 at 06:26 UTC | |
by chromatic (Archbishop) on Feb 15, 2011 at 17:21 UTC |