config[additional_javascript]: custom javascript files to include

This commit is contained in:
Michael Save 2012-03-14 00:08:03 +11:00
parent 20616a23f4
commit 1c46f2ba40
3 changed files with 8 additions and 3 deletions

View file

@ -41,7 +41,8 @@
'allowed_ext_files' => Array(),
'file_icons' => Array(),
'footer' => Array(),
'stylesheets' => Array()
'stylesheets' => Array(),
'additional_javascript' => Array()
);
/* End ignore */
@ -523,6 +524,9 @@
// Automatically remove unnecessary whitespace when compiling HTML files from templates.
$config['minify_html'] = false;
// Additional Javascript files to include on board index and thread pages.
// $config['additional_javascript'][] = 'something.js';
/*
* ====================
* Video embedding