Plugin Directory

Changeset 1678297


Ignore:
Timestamp:
06/14/2017 12:09:44 PM (9 years ago)
Author:
chartspms
Message:

Deleted from services :

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chartsbeds/trunk/chartsbeds-services.php

    r1678274 r1678297  
    2929       
    3030            if ('title' == $att){
    31                 echo "<div class=\"col-md-6\"><ul><li style='font-weight: 600; text-transform: uppercase; list-style-type: none;' ><i class=\"fa fa-star-o\" aria-hidden=\"true\"></i> ".$s.":</li>";
     31                echo "<div class=\"col-md-6\"><ul><li style='font-weight: 600; text-transform: uppercase; list-style-type: none;' ><i class=\"fa fa-star-o\" aria-hidden=\"true\"></i> ".$s."</li>";
    3232            }else{
    3333                if (!empty($s)){echo '<li class="services-list">'.$s.'</li>';}
     
    6464       
    6565            if ('title' == $att){
    66                 echo "<div class=\"col-md-6\"><ul><li style='font-weight: 600; text-transform: uppercase; list-style-type: none;' ><i class=\"fa fa-power-off\" aria-hidden=\"true\"></i> ".$s.":</li>";
     66                echo "<div class=\"col-md-6\"><ul><li style='font-weight: 600; text-transform: uppercase; list-style-type: none;' ><i class=\"fa fa-power-off\" aria-hidden=\"true\"></i> ".$s."</li>";
    6767            }else{
    6868                if (!empty($s)){echo '<li class="services-list">'.$s.'</li>';}
     
    118118       
    119119            if ('title' == $att){
    120                 echo "<div class=\"col-md-6\"><ul><li style='font-weight: 600; text-transform: uppercase; list-style-type: none;' ><i class=\"fa fa-bed\" aria-hidden=\"true\"></i> ".$s.":</li>";
     120                echo "<div class=\"col-md-6\"><ul><li style='font-weight: 600; text-transform: uppercase; list-style-type: none;' ><i class=\"fa fa-bed\" aria-hidden=\"true\"></i> ".$s."</li>";
    121121            }else{
    122122                if (!empty($s)){echo '<li class="services-list">'.$s.'</li>';}
Note: See TracChangeset for help on using the changeset viewer.