File: styles/prosilver/template/overall_header.html
Unmodified
Added
Modified
Removed
Line 39 | Line 39 |
---|
(function(d) { var wf = d.createElement('script'), s = d.scripts[0];
|
(function(d) { var wf = d.createElement('script'), s = d.scripts[0];
|
wf.src = 'https://ajax.googleapis.com/ajax/libs/webfont/1.5.18/webfont.js';
| wf.src = 'https://cdn.jsdelivr.net/npm/[email protected]/webfontloader.min.js';
|
wf.async = true; s.parentNode.insertBefore(wf, s); })(document);
| wf.async = true; s.parentNode.insertBefore(wf, s); })(document);
|
Line 84 | Line 84 |
---|
<div class="inner">
<div id="site-description" class="site-description">
|
<div class="inner">
<div id="site-description" class="site-description">
|
<a id="logo" class="logo" href="<!-- IF U_SITE_HOME -->{U_SITE_HOME}<!-- ELSE -->{U_INDEX}<!-- ENDIF -->" title="<!-- IF U_SITE_HOME -->{L_SITE_HOME}<!-- ELSE -->{L_INDEX}<!-- ENDIF -->"><span class="site_logo"></span></a>
| <a id="logo" class="logo" href="{% if U_SITE_HOME %}{{ U_SITE_HOME }}{% else %}{{ U_INDEX }}{% endif %}" title="{% if U_SITE_HOME %}{{ L_SITE_HOME }}{% else %}{{ L_INDEX }}{% endif %}"> <span class="site_logo"></span> </a>
|
<h1>{SITENAME}</h1> <p>{SITE_DESCRIPTION}</p> <p class="skiplink"><a href="#start_here">{L_SKIP}</a></p>
| <h1>{SITENAME}</h1> <p>{SITE_DESCRIPTION}</p> <p class="skiplink"><a href="#start_here">{L_SKIP}</a></p>
|