MOON
Server: Apache/2.2.31 (Unix) mod_ssl/2.2.31 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4
System: Linux csr818.wilogic.com 2.6.18-419.el5xen #1 SMP Fri Feb 24 22:50:37 UTC 2017 x86_64
User: obrechts (544)
PHP: 5.4.45
Disabled: NONE
Upload Files
File: /home2/obrechts/bad.public_html.bad/wordpress/wp-content/themes/atmosphere-2010/social-vertical.php
<?php $shortname = 'drcms'; ?>
<?php global $themeOptions; ?>
<?php if( !$themeOptions[$shortname. '_hide_vertical_icons'] ) : ?>
	<div id="vsocial-bar">
		<div class="vsocial-item"><a href="#">
			<img src="<?php echo get_template_directory_uri(); ?>/images/icons/topofpage.png" style="width:24px; height:24px;" alt="Top of Page" />
		</a></div>
		<?php if( $themeOptions[$shortname .'_icon_1'] && $themeOptions[$shortname .'_icon_1_url'] ): ?>
		<div class="vsocial_item"><a href="<?php echo $themeOptions[$shortname .'_icon_1_url']; ?>" target="_blank">
			<img src="<?php echo get_template_directory_uri(); ?>/images/icons/<?php echo $themeOptions[$shortname .'_icon_1']; ?>" style="width:24px; height:24px;" alt="<?php echo $themeOptions[$shortname .'_icon_1_alt']; ?>" /></a></div>
		<?php endif; ?>
		<?php if( $themeOptions[$shortname .'_icon_2'] && $themeOptions[$shortname .'_icon_2_url'] ): ?>
		<div class="vsocial_item"><a href="<?php echo $themeOptions[$shortname .'_icon_2_url']; ?>" target="_blank">
			<img src="<?php echo get_template_directory_uri(); ?>/images/icons/<?php echo $themeOptions[$shortname .'_icon_2']; ?>" style="width:24px; height:24px;" alt="<?php echo $themeOptions[$shortname .'_icon_2_alt']; ?>" /></a></div>
		<?php endif; ?>
		<?php if( $themeOptions[$shortname .'_icon_3'] && $themeOptions[$shortname .'_icon_3_url'] ): ?>
		<div class="vsocial_item"><a href="<?php echo $themeOptions[$shortname .'_icon_3_url']; ?>" target="_blank">
			<img src="<?php echo get_template_directory_uri(); ?>/images/icons/<?php echo $themeOptions[$shortname .'_icon_3']; ?>" style="width:24px; height:24px;" alt="<?php echo $themeOptions[$shortname .'_icon_3_alt']; ?>" /></a></div>
		<?php endif; ?>
		<?php if( $themeOptions[$shortname .'_icon_4'] && $themeOptions[$shortname .'_icon_4_url'] ): ?>
		<div class="vsocial_item"><a href="<?php echo $themeOptions[$shortname .'_icon_4_url']; ?>" target="_blank">
			<img src="<?php echo get_template_directory_uri(); ?>/images/icons/<?php echo $themeOptions[$shortname .'_icon_4']; ?>" style="width:24px; height:24px;" alt="<?php echo $themeOptions[$shortname .'_icon_4_alt']; ?>" /></a></div>
		<?php endif; ?>
		<?php if( $themeOptions[$shortname .'_icon_5'] && $themeOptions[$shortname .'_icon_5_url'] ): ?>
		<div class="vsocial_item"><a href="<?php echo $themeOptions[$shortname .'_icon_5_url']; ?>" target="_blank">
			<img src="<?php echo get_template_directory_uri(); ?>/images/icons/<?php echo $themeOptions[$shortname .'_icon_5']; ?>" style="width:24px; height:24px;" alt="<?php echo $themeOptions[$shortname .'_icon_5_alt']; ?>" /></a></div>
		<?php endif; ?>
		<?php if( $themeOptions[$shortname .'_rss_icon'] ) :?>
		<div class="vsocial_item"><a href="<?php bloginfo('rss2_url'); ?>" target="_blank">
			<img src="<?php echo get_template_directory_uri(); ?>/images/icons/<?php echo $themeOptions[$shortname .'_rss_icon']; ?>" style="width:24px; height:24px;" alt="RSS" /></a></div>
		<?php endif; ?>
	</div>
<?php endif; ?>