* Copyright 1999-2002 Charles J. Hagenbuch * * See the enclosed file COPYING for license information (GPL). If you * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. */ define('IMP_BASE', dirname(__FILE__)); require_once IMP_BASE . '/lib/base.php'; $title = sprintf(_("Introduction to %s"), $registry->getName()); require $registry->getTemplatePath() . '/common-header.inc'; include $registry->getTemplatePath() . '/intro/main.inc'; require $registry->getTemplatePath() . '/common-footer.inc'; ?>