I am trying to add some custom links to the standard navigation links that appear and cannot find where they are located.
I also need to customise the text on the upload page and again cannot find the file where the static text is stored.
Grateful for being pointed in the right direction.
Many Thanks,
Nigel
text on upload page... in your langauage file... eg. lang/english.php -> $lang_upload_php
another link... if only one use config and just add a link
if you need more links then copy over $template_sys_menu_button from the sample theme.php to the one your using and add that code to the similar lines and you'll see what it does
addbutton($sys_menu_buttons,'Test title','Test onmouseover','test.html','test_id',$template_sys_menu_spacer);
Quote from: Stramm on March 13, 2006, 11:04:22 PM
text on upload page... in your langauage file... eg. lang/english.php -> $lang_upload_php
another link... if only one use config and just add a link
if you need more links then copy over $template_sys_menu_button from the sample theme.php to the one your using and add that code to the similar lines and you'll see what it does
addbutton($sys_menu_buttons,'Test title','Test onmouseover','test.html','test_id',$template_sys_menu_spacer);
Thank you. If only paid for support was as good! ;D
Another one to mark as solved.