MrE03 Posted April 26, 2004 Posted April 26, 2004 this is a noobie question but i was wondering where i need to put the script for the pop up help: ALSO ADD THIS TO APPLICATION_TOP: You also need to add this definitions to your catalog/includes/application_top.php file: define('FILENAME_POPUP_CVS_HELP', 'popup_cvs_help.php'); define('FILENAME_CVS_HELP', 'cvs_help.php'); in the manula it asks me to put that in, but i dont know where when i open the application_top.php. can anyone help?
peterr Posted April 27, 2004 Posted April 27, 2004 Hi, this is a noobie question but i was wondering where i need to put the script for the pop up help: ALSO ADD THIS TO APPLICATION_TOP: You also need to add this definitions to your catalog/includes/application_top.php file: define('FILENAME_POPUP_CVS_HELP', 'popup_cvs_help.php'); define('FILENAME_CVS_HELP', 'cvs_help.php'); in the manul it asks me to put that in, but i dont know where when i open the application_top.php. This looks like a contribution, and as the define (defining a constant) is not dependant upon any other constants, I would simply place it just after this line: 28 // include server parameters 29 require ('includes/configure.php'); with some comments to state what the code is used for. Peter
Recommended Posts
Archived
This topic is now archived and is closed to further replies.