There are too many modified files being committed without the copyright year being...
[squirrelmail.git] / templates / default / addressbook_popup.tpl
CommitLineData
3f92c0c7 1<?php
2/**
3 * addressbook_popup.tpl
4 *
5 * Description
6 *
7 * The following variables are available in this template:
8 *
d4e46166 9 * @copyright &copy; 1999-2009 The SquirrelMail Project Team
3f92c0c7 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 **/
19extract($t);
20
21/** Begin template **/
22?>
23<frameset rows="80,*" 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" />
c2b22517 33</frameset>
34
35</html>
36