Drupal: če je uporabnik prijavljen, prestavi 1ka navbar nižje.
This commit is contained in:
parent
edd044da4e
commit
5c8d6b4c17
@ -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;?>>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user