Cleanup /format pre-move
This commit is contained in:
parent
f77632378b
commit
56ee734b00
85 changed files with 522 additions and 581 deletions
|
@ -16,7 +16,7 @@ function smoothly_init(App $a) {
|
|||
$cssFile = null;
|
||||
$ssl_state = null;
|
||||
$baseurl = App::get_baseurl($ssl_state);
|
||||
$a->page['htmlhead'] .= <<< EOT
|
||||
$a->page['htmlhead'] .= <<< EOT
|
||||
|
||||
<script>
|
||||
function insertFormatting(BBcode, id) {
|
||||
|
@ -99,13 +99,12 @@ $(document).ready(function() {
|
|||
</script>
|
||||
EOT;
|
||||
|
||||
/** custom css **/
|
||||
/** custom css **/
|
||||
if (!is_null($cssFile)) {
|
||||
$a->page['htmlhead'] .= sprintf('<link rel="stylesheet" type="text/css" href="%s" />', $cssFile);
|
||||
}
|
||||
|
||||
_js_in_foot();
|
||||
|
||||
_js_in_foot();
|
||||
}
|
||||
|
||||
if (! function_exists('_js_in_foot')) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue