summaryrefslogtreecommitdiffstats
path: root/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'application/modules/ipxe/views/scripts/resource/getvesamenu.phtml')
-rw-r--r--application/modules/ipxe/views/scripts/resource/getvesamenu.phtml6
1 files changed, 5 insertions, 1 deletions
diff --git a/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml b/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml
index 1098789..75b2a4f 100644
--- a/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml
+++ b/application/modules/ipxe/views/scripts/resource/getvesamenu.phtml
@@ -79,7 +79,11 @@
PROMPT 0
DEFAULT /ipxe/vesamenu.c32
-MENU BACKGROUND /ipxe/pbs2.png
+<?php if($this->ssl)
+ echo "MENU BACKGROUND /ipxe/pbs2ssl.png\n";
+ else
+ echo "MENU BACKGROUND /ipxe/pbs2.png\n";?>
+
MENU WIDTH 78
MENU MARGIN 9
MENU PASSWORDMARGIN 9