1<div class="modal-form">
2 <?php $notification->notify(array('listeners' => 'status')) ?>
3 <?php $form->renderActive($renderer, $vars, Horde::url('services/resetpassword.php'), 'post') ?>
4</div>
5
6<?php
7try {
8    echo $registry->loadConfigFile('motd.php', 'motd', 'horde')->config['motd'];
9} catch (Horde_Exception $e) {}
10