*/ /** * A view to display when there's no toolkit support for this module * * @package ThumbPage * @subpackage UserInterface */ class CantActivateView extends GalleryView { /** * @see GalleryView::loadTemplate */ function loadTemplate(&$template, &$form) { return array(null, array('body' => 'modules/thumbpage/templates/CantActivate.tpl')); } } ?>