Xataface 2.0
Xataface Application Framework
plone_javascript_variables.js.php
Go to the documentation of this file.
00001 <?php
00002 require_once dirname(__FILE__).'/config.inc.php';
00003 header('Content-type: text/javascript');
00004 ?>
00005 // Global Plone variables that need to be accessible to the Javascripts
00006 
00007 //portal_url = 'http://localhost/~shannah/lesson_plans';
00008 portal_url = '<?php echo DATAFACE_URL; ?>';
00009 DATAFACE_URL = portal_url;
00010 DATAFACE_SITE_URL = '<?php echo DATAFACE_SITE_URL; ?>';
00011 DATAFACE_SITE_HREF = '<?php echo DATAFACE_SITE_HREF; ?>';
 All Data Structures Namespaces Files Functions Variables Enumerations