[drupal-devel] Re: [CS dev] Worth a look: Symphony

Theodore Serbinski tss24 at cornell.edu
Thu Sep 29 21:46:06 UTC 2005


I would actually love to see this committed. Super easy to work with
and perform maintenance. Would be a nice dev feature to make note of,
simple enough for people who know what they are doing and need
something like this.

+1 for inclusion

ted


> On 9/29/05, Dries Buytaert <dries at buytaert.net> wrote:
> > To give you a quick idea, here is how my modified index.php looks like:
> >
> >
> > $maintenance = FALSE;
> >
> > require_once './includes/bootstrap.inc';
> > drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);
> >
> > if ($maintenance && $user->uid != 1) {
> >    drupal_set_title("We'll be right back");
> >    print theme('maintenance_page', 'Drupal.org is being upgraded.  We
> > should be back in a jiffy.');
>



More information about the drupal-devel mailing list