MyBB Community Forums

Full Version: how can i write {$mybb_element} in javascript.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i try to write {$mybb_element} by javascript in theme , but blow code is not correct :

<script type="text/javascript">
document.write('{$multipage}');
</script>

please help me...