forked from leftypol/leftypol
config[additional_javascript]: custom javascript files to include
This commit is contained in:
parent
20616a23f4
commit
1c46f2ba40
3 changed files with 8 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue