RC2
[squirrelmail.git] / src / addressbook_vcard.php
CommitLineData
3e28c123 1<?php
2
3/**
4 * addressbook.php
5 *
6 * Copyright (c) 1999-2003 The SquirrelMail Project Team
7 * Licensed under the GNU GPL. For full terms see the file COPYING.
8 *
9 * Addressbook vcard, sm@sels.com
10 *
11 * $Id$
12 */
13
14/* Path for SquirrelMail required files. */
15define('SM_PATH','../');
16
17/* SquirrelMail required files. */
18require_once(SM_PATH . 'include/validate.php');
19require_once(SM_PATH . 'functions/display_messages.php');
20require_once(SM_PATH . 'functions/addressbook.php');
21require_once(SM_PATH . 'functions/strings.php');
22require_once(SM_PATH . 'functions/html.php');
23
24/* Add hook for anything that wants on the bottom */
25do_hook('addressbook_bottom');
26?>
27
28</BODY></HTML>