Explorar el Código

password modal is used in all flavors of the bootstrap theme

El RIDO hace 7 años
padre
commit
58fa7c987d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tpl/bootstrap.php

+ 1 - 1
tpl/bootstrap.php

@@ -91,6 +91,7 @@ if ($isCpct):
 endif;
 if ($isDark):
 ?> class="dark-theme"<?php
+endif;
 ?>>
 		<div id="passwordmodal" tabindex="-1" class="modal fade" role="dialog" aria-hidden="true">
 			<div class="modal-dialog" role="document">
@@ -108,7 +109,6 @@ if ($isDark):
 			</div>
 		</div>
 <?php
-endif;
 if ($QRCODE):
 ?>
 		<div id="qrcodemodal" tabindex="-1" class="modal fade" aria-labelledby="qrcodemodalTitle" role="dialog" aria-hidden="true">