From e856917b00b6ede3b5e163b38d4b85780d45664e Mon Sep 17 00:00:00 2001 From: 8chan Date: Thu, 12 Jun 2014 17:26:21 +0000 Subject: [PATCH] Add scripts to catalog page --- templates/themes/catalog/theme.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/templates/themes/catalog/theme.php b/templates/themes/catalog/theme.php index cf2095d0..0a95c8df 100644 --- a/templates/themes/catalog/theme.php +++ b/templates/themes/catalog/theme.php @@ -60,6 +60,13 @@ $recent_posts[] = $post; } + $required_scripts = array('js/jquery.mixitup.min.js', 'js/jquery.tooltipster.min.js', 'js/catalog.js'); + + foreach($required_scripts as $i => $s) { + if (!in_array($s, $config['additional_javascript'])) + $config['additional_javascript'][] = $s; + } + file_write($config['dir']['home'] . $board_name . '/catalog.html', Element('themes/catalog/catalog.html', Array( 'settings' => $settings, 'config' => $config,