1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-19 01:24:05 +01:00

Fixed error in example custom URI for main.js (script.js -> main.js)

This commit is contained in:
Savetheinternet 2011-03-27 00:10:24 +11:00
parent 9618aa3578
commit 191a097d44

View File

@ -447,7 +447,7 @@
// Set custom locations for stylesheets, scripts and maybe a banner.
// This can be good for load balancing across multiple servers or hostnames.
// $config['url_stylesheet'] = 'http://static.example.org/style.css';
// $config['url_javascript'] = 'http://static.example.org/script.js';
// $config['url_javascript'] = 'http://static.example.org/main.js';
// $config['url_banner'] = '/banner.php';
// $config['url_favicon'] = '/favicon.gif';
?>