14 lines
432 B
PHP
Executable File
14 lines
432 B
PHP
Executable File
<?php
|
|
/**
|
|
* sundry defines for the music product type
|
|
*
|
|
* @package productTypes
|
|
* @copyright Copyright 2003-2005 Zen Cart Development Team
|
|
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
|
|
* @version $Id: media_manager.php 2842 2006-01-13 06:21:11Z drbyte $
|
|
*/
|
|
/**
|
|
* The directory where media (mp3's etc) are stored - relative to catalog dir.
|
|
*/
|
|
define('DIR_WS_MEDIA', 'media/');
|
|
?>
|