Xataface  2.0alpha2
Xataface Application Framework
 All Data Structures Namespaces Files Functions Variables Groups Pages
plone_javascript_variables.js.php
Go to the documentation of this file.
1 <?php
2 require_once dirname(__FILE__).'/config.inc.php';
3 header('Content-type: text/javascript');
4 ?>
5 // Global Plone variables that need to be accessible to the Javascripts
6 
7 //portal_url = 'http://localhost/~shannah/lesson_plans';
8 portal_url = '<?php echo DATAFACE_URL; ?>';
9 DATAFACE_URL = portal_url;
10 DATAFACE_SITE_URL = '<?php echo DATAFACE_SITE_URL; ?>';
11 DATAFACE_SITE_HREF = '<?php echo DATAFACE_SITE_HREF; ?>';