// --------------------------------------------------------------------------
//
// Esvon Classifieds v.5.0
// Copyright(C), Esvon LTD, 2001-2024, All Rights Reserved.
// E-mail: products@esvon.com
//
// All forms of reproduction, including, but not limited to, internet posting, 
// printing, e-mailing, faxing and recording are strictly prohibited.
// One license required per site running Esvon Classifieds. 
// To obtain a license for using Esvon Classifieds, please register at
// http://www.esvon.com/pg/products/p_classifieds/
//
// --------------------------------------------------------------------------

Module: Availability
Revision: 1.3

----------------------------------
Module integration instructions
----------------------------------

Links code to "Listing Availability" is as following (recommended to be added into 
details.htm) :

<!-- IF ##Mod_Availability## == "1" -->

<br />
<!-- IF ##hw_av_enabled## == "1" -->
<a href="modules.php?mod=Availability&id=##id##">View Availability</a> |
<!-- ENDIF -->
<!-- IF ##hw_owner## -->
<a href="modules.php?mod=Availability&id=##id##&pg=edit">Modify Availability</a> |
<!-- ENDIF -->

<!-- ENDIF -->
