Skip to content

Commit

Permalink
Change version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nayemmajhar committed May 31, 2016
1 parent 96d9623 commit d78c3d3
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion admin/helpers/sppagebuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public static function render_banner()

$banner = $list[rand(0,4)];

$img_link = 'components/com_sppagebuilder/assets/img/ads/'. $banner['image'];
$img_link = 'components/com_sppagebuilder/assets/img/joomshaper-promotion/'. $banner['image'];
$output = '';
$output .='<div class="clearfix" style="text-align:center;">';
$output .='<a style="max-width:650px;display:inline-block;max-height:60px;" href="'.$banner['url'].'" target="_blank">';
Expand Down

0 comments on commit d78c3d3

Please sign in to comment.