Drupal: če je uporabnik prijavljen, prestavi 1ka navbar nižje.

This commit is contained in:
Robert 2021-02-04 13:48:53 +01:00
parent edd044da4e
commit 5c8d6b4c17

View File

@ -44,6 +44,13 @@
<!--[if lt IE 11]>
<script src="/tema1ka/js/html5shiv.min.js"></script>
<![endif]-->
<?php if(user_is_logged_in()): ?>
<style>
.nav-container {
top: 26px !important;
</style>
<?php endif; ?>
</head>
<body class="<?php print $classes; ?>" <?php print $attributes;?>>