lc21 Posted July 12, 2007 Share Posted July 12, 2007 I would like to have a constant logo and list of links at the top of the page. Is there a way to do this so that I do not have to copy and paste this information into every page? Link to comment https://forums.phpfreaks.com/topic/59691-constant-page-information/ Share on other sites More sharing options...
jvrothjr Posted July 12, 2007 Share Posted July 12, 2007 create a header fuction and call that at the top of every page. Link to comment https://forums.phpfreaks.com/topic/59691-constant-page-information/#findComment-296680 Share on other sites More sharing options...
hcdarkmage Posted July 12, 2007 Share Posted July 12, 2007 Create a template that has the things you need, name it and use the include_once() on the pages you want it to be included on. Link to comment https://forums.phpfreaks.com/topic/59691-constant-page-information/#findComment-296683 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.