Project

General

Profile

« Previous | Next » 

Revision 1035

Added by Matthias almost 15 years ago

- Added new functions to admin dir (Thanks Argos and Ruud)

- Updated install and upgrade-script

- Adapted wb_theme and classic_theme to changed admin dir files

View differences:

index.php
66 66
$template->set_var(array(
67 67
	'URL_MODULES' => $admin->get_permission('modules') ? 
68 68
		'<a href="' . ADMIN_URL . '/modules/index.php">' . $MENU['MODULES'] . '</a>' : '',
69
	'URL_ADVANCED' => $admin->get_permission('admintools') ? 
70
		'<a href="' . ADMIN_URL . '/modules/index.php?advanced">' . $TEXT['ADVANCED'] . '</a>' : '',		
69 71
	'URL_TEMPLATES' => $admin->get_permission('templates') ? 
70 72
		'<a href="' . ADMIN_URL . '/templates/index.php">' . $MENU['TEMPLATES'] . '</a>' : '',
71 73
	'TEXT_INSTALL' => $TEXT['INSTALL'],

Also available in: Unified diff