Skip to content

Commit

Permalink
Fixed::group page and plan page does not align properly
Browse files Browse the repository at this point in the history
Refer #5
  • Loading branch information
rbsl-dinesh committed Jun 4, 2016
1 parent 2a099f9 commit c48213c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions html/com_payplans/plan/default_group.php
@@ -1,14 +1,14 @@
<?php
/**
* @copyright Copyright (C) 2009 - 2009 Ready Bytes Software Labs Pvt. Ltd. All rights reserved.
* @copyright Copyright (C) 2009 - 2016 Ready Bytes Software Labs Pvt. Ltd. All rights reserved.
* @license GNU/GPL, see LICENSE.php
* @package PayPlans
* @subpackage Frontend
* @contact shyam@readybytes.in
* @subpackage Frontend
* @contact support+payplans@readybytes.in
*/
if(defined('_JEXEC')===false) die();?>
div class="pp-plan <?php echo $plan_grid_class;?> <?php echo $group->getPlanHighlighter()?'popular' : '' ?>">
<div class="pp-plan-details center">
<div class="pp-plan <?php echo $plan_grid_class;?> <?php echo $group->getPlanHighlighter()?'popular' : '' ?>">
<div class="pp-plan-details text-center">
<?php if ($group->getBadgeVisible() !=false) :?>
<div>
<div class="<?php echo $group->getBadgePosition();?> ">
Expand Down
6 changes: 3 additions & 3 deletions html/com_payplans/plan/default_plan.php
@@ -1,15 +1,15 @@
<?php
/**
* @copyright Copyright (C) 2009 - 2015 Ready Bytes Software Labs Pvt. Ltd. All rights reserved.
* @copyright Copyright (C) 2009 - 2016 Ready Bytes Software Labs Pvt. Ltd. All rights reserved.
* @license GNU/GPL, see LICENSE.php
* @package PayPlans
* @subpackage Frontend
* @subpackage Frontend
* @contact support+payplans@readybytes.in
*/
if(defined('_JEXEC')===false) die();?>

<div class="pp-plan <?php echo $plan_grid_class;?> <?php echo $plan->getPlanHighlighter()?'popular' : '' ?>">
<div class="pp-plan-details center">
<div class="pp-plan-details text-center">
<?php if ($plan->getBadgeVisible() !=false) :?>
<div>
<div class="<?php echo $plan->getBadgePosition();?> ">
Expand Down

0 comments on commit c48213c

Please sign in to comment.