Xataface
2.0alpha2
Xataface Application Framework
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
Examples
File List
Globals
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; ?>'
;
Generated on Fri Mar 22 2013 09:40:34 for Xataface by
1.8.1.2