redirect('guide/pta'); if (! Auth::instance()->logged_in()) Request::current()->redirect('login'); Block::add(array( 'title'=>sprintf('%s: %s (%s)',_('Server'),TSM::name(),TSM::version()), 'body'=>'hello, world!', )); } } ?>