summaryrefslogtreecommitdiff
path: root/themes/greydragon/views/page.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'themes/greydragon/views/page.html.php')
-rw-r--r--themes/greydragon/views/page.html.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/themes/greydragon/views/page.html.php b/themes/greydragon/views/page.html.php
index a8949cb..01e4601 100644
--- a/themes/greydragon/views/page.html.php
+++ b/themes/greydragon/views/page.html.php
@@ -78,6 +78,7 @@
<?= $theme->script("jquery.json.min.js"); ?>
<?= $theme->script("jquery.form.custom.js"); ?>
<?= $theme->script("jquery-ui.min.js"); ?>
+<?= $theme->script("waitMe.min.js"); ?>
<?= $theme->script("gallery.common.js") ?>
<? /* MSG_CANCEL is required by gallery.dialog.js */ ?>
@@ -112,6 +113,7 @@
<? endif; ?>
</style>
<? endif; ?>
+<?= $theme->css("waitMe.min.css");?>
</head>
<? if ($theme->item()):
$item = $theme->item();
@@ -122,7 +124,7 @@
<body>
<? endif; ?>
<? if ($theme->page_subtype != "login"): ?>
-<body <?= $theme->body_attributes() ?><?= ($theme->show_root_page)? ' id="g-rootpage"' : null; ?> <?= $theme->get_bodyclass(); ?>>
+<body <?= $theme->body_attributes() ?><?= ($theme->show_root_page)? ' id="g-rootpage"' : ' id="complete-page"'; ?> <?= $theme->get_bodyclass(); ?>>
<?= $theme->page_top() ?>
<?= $theme->site_status() ?>
<? if (((!$user->guest) or ($theme->show_guest_menu)) and ($theme->mainmenu_position == "bar")): ?>