*/ /** * @package Permalinks * @subpackage UserInterface */ class ActivationWarningView extends GalleryView { /** * @see GalleryView::loadTemplate */ function loadTemplate(&$template, &$form) { return array(null, array('body' => 'modules/permalinks/templates/ActivationWarning.tpl')); } } ?>