fsf changes, meant to be rebased on upstream
[squirrelmail.git] / templates / default / addressbook_popup.tpl
1 <?php
2 /**
3 * addressbook_popup.tpl
4 *
5 * Description
6 *
7 * The following variables are available in this template:
8 *
9 * @copyright 1999-2022 The SquirrelMail Project Team
10 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
11 * @version $Id$
12 * @package squirrelmail
13 * @subpackage templates
14 */
15
16 /** add required includes **/
17
18 /** extract template variables **/
19 extract($t);
20
21 /** Begin template **/
22 ?>
23 <frameset rows="95,*" border="0">
24 <frame name="abookmain"
25 marginwidth="0"
26 scrolling="no"
27 border="0"
28 src="addrbook_search.php?show=form" />
29 <frame name="abookres"
30 marginwidth="0"
31 border="0"
32 src="addrbook_search.php?show=blank" />
33 </frameset>
34
35 </html>
36