Ver código fonte

Add files via upload

Capitan Cloud 1 ano atrás
pai
commit
19a8953073
2 arquivos alterados com 5 adições e 5 exclusões
  1. 2 2
      Public/err-404.html
  2. 3 3
      Public/index.php

+ 2 - 2
Public/err-404.html

@@ -1,6 +1,6 @@
 <html>
 <head><title>404</title></head>
-<body style="background-image:url('/res/404bg.jpg'); background-size: cover; background-repeat: no-repeat;">
+<body style="background-image:url('/DI_res/404bg.jpg'); background-size: cover; background-repeat: no-repeat;">
 &nbsp;
 </body>
-</html>
+</html>

+ 3 - 3
Public/index.php

@@ -1052,7 +1052,7 @@ upload();
         
         <input type="hidden" id="t" name="t"> 
         
-        <div id="welcome-msg"><h1><?php echo(APP_WELCOME_MSG??"&nbsp;"); ?></h1></div>
+        <div id="welcome-msg"><h1><span id="page-title"><?php echo(APP_WELCOME_MSG??"&nbsp;"); ?></span></h1></div>
                       
         <div style="clear:both;margin:auto;"><br></div>
      
@@ -1116,7 +1116,7 @@ upload();
         
         <input type="hidden" id="t" name="t"> 
         
-        <div id="welcome-msg"><br><h1><?php echo(APP_WELCOME_MSG??"&nbsp;"); ?></h1></div>
+        <div id="welcome-msg"><br><h1><span id="page-title"><?php echo(APP_WELCOME_MSG??"&nbsp;"); ?></span></h1></div>
                       
         <div style="clear:both;margin:auto;"><br></div>
      
@@ -1188,7 +1188,7 @@ upload();
         
         <input type="hidden" id="t" name="t"> 
         
-        <div id="welcome-msg"><h1><?php echo(APP_WELCOME_MSG??"&nbsp;"); ?></h1></div>
+        <div id="welcome-msg"><h1><span id="page-title"><?php echo(APP_WELCOME_MSG??"&nbsp;"); ?></span></h1></div>
                       
         <div style="clear:both;margin:auto;"><br></div>