mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
7 lines
136 B
PHP
7 lines
136 B
PHP
<?php
|
|
|
|
if(method_exists('LeftAndMain', 'require_javascript')) {
|
|
LeftAndMain::require_javascript('blog/javascript/bbcodehelp.js');
|
|
}
|
|
?>
|