source: trunk/docs/examples/js.php

Last change on this file was 473, checked in by anonymous, 10 years ago

Minor fixes to JS and CSS delivery mechanisms

File size: 273 bytes
Line 
1<?php
2/*
3* This file sources the js.php codebase service, which outputs javascript content managed by an JS.inc.php object.
4*/
5define('_CLI', true); // Define _CLI to disable sessions.
6require_once dirname(__FILE__) . '/_config.inc.php';
7include 'codebase/services/js.php';
Note: See TracBrowser for help on using the repository browser.