Change to WordPress format
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
<a href="https://management.1984.hosting/accounts/settings/" target="_blank">
|
||||
<div>
|
||||
<img class="hosting-support-1984-icon"
|
||||
src="<?php echo plugins_url('icons/profile.svg', A1984_HOSTING_SUPPORT_BASE_FILE); ?>">
|
||||
src="<?php echo plugins_url( 'icons/profile.svg', A1984_HOSTING_SUPPORT_BASE_FILE ); ?>">
|
||||
</div>
|
||||
<div class="hosting-support-1984-text">
|
||||
<?php esc_html_e(
|
||||
@@ -29,7 +29,7 @@
|
||||
<li class="hosting-support-1984-li">
|
||||
<a href="https://management.1984.hosting/dashboard/" target="_blank">
|
||||
<div><img class="hosting-support-1984-icon"
|
||||
src="<?php echo plugins_url('icons/sites.svg', A1984_HOSTING_SUPPORT_BASE_FILE); ?>"></div>
|
||||
src="<?php echo plugins_url( 'icons/sites.svg', A1984_HOSTING_SUPPORT_BASE_FILE ); ?>"></div>
|
||||
<div class="hosting-support-1984-text">
|
||||
<?php esc_html_e(
|
||||
'My Sites, Domains & VPSs',
|
||||
@@ -39,10 +39,10 @@
|
||||
</a>
|
||||
</li>
|
||||
<li class="hosting-support-1984-li">
|
||||
<a href="<?php echo get_bloginfo('language') == 'is' ? 'https://kb.1984.is/doku.php?id=start' : 'https://kb.1984hosting.com/doku.php?id=start'; ?>"
|
||||
<a href="<?php echo get_bloginfo( 'language' ) == 'is' ? 'https://kb.1984.is/doku.php?id=start' : 'https://kb.1984hosting.com/doku.php?id=start'; ?>"
|
||||
target="_blank">
|
||||
<div><img class="hosting-support-1984-icon"
|
||||
src="<?php echo plugins_url('icons/knowledge-base.svg', A1984_HOSTING_SUPPORT_BASE_FILE); ?>">
|
||||
src="<?php echo plugins_url( 'icons/knowledge-base.svg', A1984_HOSTING_SUPPORT_BASE_FILE ); ?>">
|
||||
</div>
|
||||
<div class="hosting-support-1984-text">
|
||||
<?php esc_html_e(
|
||||
@@ -56,7 +56,7 @@
|
||||
<li class="hosting-support-1984-li">
|
||||
<a href="mailto:1984@1984.is" target="_blank">
|
||||
<div><img class="hosting-support-1984-icon"
|
||||
src="<?php echo plugins_url('icons/contact-support.svg', A1984_HOSTING_SUPPORT_BASE_FILE); ?>">
|
||||
src="<?php echo plugins_url( 'icons/contact-support.svg', A1984_HOSTING_SUPPORT_BASE_FILE ); ?>">
|
||||
</div>
|
||||
<div class="hosting-support-1984-text">
|
||||
<?php esc_html_e(
|
||||
@@ -69,8 +69,8 @@
|
||||
</ul>
|
||||
|
||||
<div id="hosting-support-1984-logo">
|
||||
<a href="<?php echo get_bloginfo('language') == 'is' ? 'https://1984.is' : 'https://1984.hosting'; ?>"
|
||||
<a href="<?php echo get_bloginfo( 'language' ) == 'is' ? 'https://1984.is' : 'https://1984.hosting'; ?>"
|
||||
target="_blank"><img
|
||||
src="<?php echo plugins_url('icons/1984-hosting-logo.webp', A1984_HOSTING_SUPPORT_BASE_FILE); ?>"></a>
|
||||
src="<?php echo plugins_url( 'icons/1984-hosting-logo.webp', A1984_HOSTING_SUPPORT_BASE_FILE ); ?>"></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user