Skip to content

Commit

Permalink
2.0.3 edits v2
Browse files Browse the repository at this point in the history
  • Loading branch information
georgejipa committed Sep 26, 2014
1 parent aa5aa01 commit cd80e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/maintenance.php
Expand Up @@ -47,7 +47,7 @@
<?php if (!empty($this->plugin_settings['modules']['social_status']) && $this->plugin_settings['modules']['social_status'] == 1) { ?>
<div class="social" data-target="<?php echo!empty($this->plugin_settings['modules']['social_target']) ? 1 : 0; ?>">
<?php if (!empty($this->plugin_settings['modules']['social_twitter'])) { ?>
<a class="tw" href="<?php echo stripslashes($this->plugin_settings['modules']['social_twitter']); ?>"<?php echo $target; ?>>twitter</a>
<a class="tw" href="<?php echo stripslashes($this->plugin_settings['modules']['social_twitter']); ?>">twitter</a>
<?php } ?>

<?php if (!empty($this->plugin_settings['modules']['social_facebook'])) { ?>
Expand Down

0 comments on commit cd80e7a

Please sign in to comment.