Line 13... |
Line 13... |
13 |
|
13 |
|
14 |
<!--link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:300,400,500,400i,700%7CMaterial+Icons&display=swap" /-->
|
14 |
<!--link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:300,400,500,400i,700%7CMaterial+Icons&display=swap" /-->
|
15 |
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Material+Icons&display=swap" />
|
15 |
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Material+Icons&display=swap" />
|
16 |
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous" />
|
16 |
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous" />
|
17 |
<link rel="stylesheet" href="<?php echo timeStampUrl("css/theme-" . (!empty($userTheme) ? $userTheme : "default") . ".min.css"); ?>" crossorigin="anonymous" />
|
17 |
<link rel="stylesheet" href="<?php echo timeStampUrl("css/theme-" . (!empty($userTheme) ? $userTheme : "default") . ".min.css"); ?>" crossorigin="anonymous" />
|
18 |
<link rel="stylesheet" href=<?php echo timeStampUrl("css/style.min.css"); ?> integrity="sha384-ZB7SZ2FEJbl9Tkv0Qhn7XgtaCq9X3LDPuigITLtmZJ2R3C1g3Y5ekTMaI/SAF51B" crossorigin="anonymous" />
|
18 |
<link rel="stylesheet" href=<?php echo timeStampUrl("css/style.min.css"); ?> integrity="sha384-jMJ9Ct+6TVQN7IBPlRjGw29atyczYPnMxIaozkUmxfyIvPYxWylYvfpP5gRNY1tm" crossorigin="anonymous" />
|
19 |
|
19 |
|
20 |
<script async defer src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js" integrity="sha384-vk5WoKIaW/vJyUAd9n/wmopsmNhiy+L2Z+SBxGYnUkunIxVxAv/UtMOhba/xskxh" crossorigin="anonymous"></script>
|
20 |
<script async defer src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js" integrity="sha384-vk5WoKIaW/vJyUAd9n/wmopsmNhiy+L2Z+SBxGYnUkunIxVxAv/UtMOhba/xskxh" crossorigin="anonymous"></script>
|
21 |
|
21 |
|
22 |
<?php if (in_array(getPGV('submit'), array("terms", "privacy"))) { ?>
|
22 |
<?php if (in_array(getPGV('submit'), array("terms", "privacy"))) { ?>
|
23 |
<script src=<?php echo timeStampUrl("js/email.min.js") ?> integrity="sha384-mhH9kMx1Mdvbo3YcDqbijqj7W+OeidXGEelzXBzH0bRloVvJsyu+RmiVPqz5IMek" crossorigin="anonymous"></script>
|
23 |
<script src=<?php echo timeStampUrl("js/email.min.js") ?> integrity="sha384-mhH9kMx1Mdvbo3YcDqbijqj7W+OeidXGEelzXBzH0bRloVvJsyu+RmiVPqz5IMek" crossorigin="anonymous"></script>
|