diff options
Diffstat (limited to 'templates/header.inc')
-rw-r--r-- | templates/header.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/header.inc b/templates/header.inc index d1ada535..289a7779 100644 --- a/templates/header.inc +++ b/templates/header.inc @@ -69,3 +69,9 @@ if (conf('use_rss')) { ?> <div id="content"> <!-- I hate IE... --> <table class="smeg-ie"><tr><td> +<?php if (conf('int_config_version') != conf('config_version') AND $GLOBALS['user']->has_access(100)) { ?> +<div class="fatalerror"> + <?php echo _('Error Config File Out of Date'); ?> + <a href="<?php conf('web_path'); ?>/admin/system.php?action=generate_config"><?php echo _('Generate New Config'); ?></a> +</div> +<?php } ?> |