8 lines
165 B
Smarty
8 lines
165 B
Smarty
<style type="text/css">
|
|
{if $header_footer_height}{literal}
|
|
#footer, #header {
|
|
height: {/literal}{$header_footer_height}{literal}px;
|
|
}
|
|
{/literal}{/if}
|
|
</style>
|