ConstruccionesCNJ_Web/Source/gallery2/upgrade/templates/InvalidConfig.html
2007-10-31 12:30:19 +00:00

7 lines
356 B
HTML

<h1 class="error"><?php print _("Warning") ?></h1>
<p>
<?php printf(_("Your config.php appears to use the old form of multisite support. Please see the %sHelp File%s for instructions to update your configuration before proceeding."),
'<a href="' . generateUrl('../README.html#multisite', false) . '" target="_blank">',
'</a>') ?>
</p>