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

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

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

revision 1.1.2.1, Fri Sep 29 14:34:22 2006 UTC revision 1.1.2.2, Fri Sep 29 22:22:35 2006 UTC
# Line 0  Line 1 
1    <?php
2    // $Id: config.inc.dist,v 1.1 2006/09/29 14:34:22 openwereld Exp $
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    ?>

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

  ViewVC Help
Powered by ViewVC 1.1.2