/[drupal]/contributions/modules/carto/config.inc.dist
ViewVC logotype

Contents of /contributions/modules/carto/config.inc.dist

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Fri Sep 29 14:34:22 2006 UTC (3 years, 1 month ago) by openwereld
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-4-7
First updates for Drupal 5.x api.
1 <?php
2 // $Id$
3
4 //define( "SMARTY_DIR", "/full/path/to/folder/containing/Smarty/" );
5 //define( "MAPPINGWIDGETS_DIR", "/full/path/to/folder/containing/mappingwidgets/" );
6
7 //define( "MAPPINGWIDGETS_BASE_URI", "relative/web/path/to/mappingwidgets/htdocs/" );
8 //define( "MAPPINGWIDGETS_WIDGETS_URI", "relative/web/path/to/mappingwidgets/widgets/" );
9
10 define( "SMARTY_DIR", dirname(__FILE__) . "/lib/Smarty-2.6.11/" );
11 define( "MAPPINGWIDGETS_DIR", dirname(__FILE__) . "/lib/mappingwidgets/" );
12
13 define( "MAPPINGWIDGETS_BASE_URI", base_path() . drupal_get_path('module','carto') . "/lib/mappingwidgets/htdocs/" );
14 define( "MAPPINGWIDGETS_WIDGETS_URI", base_path() . drupal_get_path('module','carto') . "/lib/mappingwidgets/widgets/" );
15
16 ?>

  ViewVC Help
Powered by ViewVC 1.1.2