forked from leftypol/leftypol
Allow custom URLs for stylesheet/javascript/banner
This commit is contained in:
parent
ab5bece9d5
commit
92310f445c
7 changed files with 42 additions and 33 deletions
|
@ -419,4 +419,9 @@
|
|||
// 'status' => 'http://status.example.org/'
|
||||
//);
|
||||
|
||||
// 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_banner'] = '/banner.php';
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue