Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
engine/forum/sources/components/bbcode.php

$script_code = @file_get_contents(ENGINE_DIR."/ajax/bbcodes.js");
$script_code = @file_get_contents(ENGINE_DIR."/classes/js/bbcodes.js");

<script type="text/javascript" src="{$config['http_home_url']}engine/ajax/bbcodes.js"></script>
<script type="text/javascript" src="{$config['http_home_url']}engine/classes/js/bbcodes.js"></script>