User login

deprecated

Make a new Drupal site project in the Agaric system

This is deprecated in favor of Deploying the Agaric Way.

Run from anywhere on the test or development server:

sudo /srv/scripts/agaric-newproject.sh 5 myagaric myagaric.com my.agaricdesign.com

You'll see a fair amount of output, and the last line you see should be:

Site myagaric installed; run /etc/init.d/apache2 reload to enable.

Override a theme function with a module

You cannot override a themename_ prefixed function in the theme itself. Nor a in the template, prefixed with phptemplate_

But for a function defined in a module only as theme_function_name, read on:

overwrite a theme function in a module
err, override a theme function in a module

No one answered him:
http://lists.drupal.org/pipermail/themes/2007-July/000633.html

Syndicate content