Initial commit. State 04.2021.

This commit is contained in:
2021-04-22 17:57:16 +02:00
commit 82781cca41
2974 changed files with 975656 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
<?php global $option_setting; ?>
<?php if ($option_setting['facebook']) : ?>
<a target="_blank" title="<?php _e('Facebook','professional') ?>" id="facebook" href="<?php echo esc_url($option_setting['facebook']) ?>"></a>
<?php endif; ?>
<?php if ($option_setting['google']) : ?>
<a target="_blank" title="<?php _e('Google Plus','professional') ?>" id="google" href="<?php echo esc_url($option_setting['google']) ?>"></i></a>
<?php endif; ?>
<?php if ($option_setting['twitter']) : ?>
<a target="_blank" title="<?php _e('Twitter','professional') ?>" id="twitter" href="<?php echo esc_url($option_setting['twitter']) ?>"></a>
<?php endif; ?>
<?php if ($option_setting['rss-feed']) : ?>
<a target="_blank" title="<?php _e('RSS Feed','professional') ?>" id="rss" href="<?php echo esc_url($option_setting['rss-feed']) ?>"></a>
<?php endif; ?>
<?php if ($option_setting['instagram']) : ?>
<a target="_blank" title="<?php _e('Instagram','professional') ?>" id="instagram" href="<?php echo esc_url($option_setting['instagram']) ?>"></a>
<?php endif; ?>
<?php if ($option_setting['flickr']) : ?>
<a target="_blank" title="<?php _e('Flickr','professional') ?>" id="flickr" href="<?php echo esc_url($option_setting['flickr']) ?>"></a>
<?php endif; ?>