Headhunter
|
| Posted: 05/04/2002, 1:08 PM |
|
Hello all,
I work with codecharge 2.0, php4 and templates.
Now, I want on (almost) every page a simple include. Could this be done?
Reason: I have a custom toolbar at the top of each page that I want to include so I don't have to change all my php files in codecharge to change something in the toolbar. I don't want to make use of frames. the include file contains the html code to draw the toolbar.
|
|
|
 |
Alex Alexapolsky
|
| Posted: 05/06/2002, 1:54 AM |
|
1) You can use "Open any pages" event in Modules section , and paste
your include directive there.
2) You can also create Header page in CC and include your toolbar into it.
|
|
|
 |
|