*/ /** * A view to display whenever there's some kind of attempted security breach. * * @package Squarethumb * @subpackage UserInterface */ class CantActivateView extends GalleryView { /** * @see GalleryView::loadTemplate */ function loadTemplate(&$template, &$form) { return array(null, array('body' => 'modules/squarethumb/templates/CantActivate.tpl')); } } ?>