Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- if (!defined("FUNC_FILE")) die("Illegal File Access");
- //if (in_array($conf['name'],array('shop','search','news'))) {
- echo '<link rel="stylesheet" href="shop_js_css/dialog.css?'.filemtime('shop_js_css/dialog.css').'">'.PHP_EOL;
- echo '<link rel="stylesheet" href="shop_js_css/notification/notification.css?'.filemtime('shop_js_css/notification/notification.css').'">'.PHP_EOL;
- echo '<script type="text/javascript" src="shop_js_css/jquery.min.js"></script>'.PHP_EOL;
- echo '<script type="text/javascript" src="shop_js_css/dialog.min.js?'.filemtime('shop_js_css/dialog.min.js').'"></script>'.PHP_EOL;
- echo '<script type="text/javascript" src="shop_js_css/shop.js?'.filemtime('shop_js_css/shop.js').'"></script>'.PHP_EOL;
- //}
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement