Changeset 1678297
- Timestamp:
- 06/14/2017 12:09:44 PM (9 years ago)
- File:
-
- 1 edited
-
chartsbeds/trunk/chartsbeds-services.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
chartsbeds/trunk/chartsbeds-services.php
r1678274 r1678297 29 29 30 30 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>"; 32 32 }else{ 33 33 if (!empty($s)){echo '<li class="services-list">'.$s.'</li>';} … … 64 64 65 65 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>"; 67 67 }else{ 68 68 if (!empty($s)){echo '<li class="services-list">'.$s.'</li>';} … … 118 118 119 119 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>"; 121 121 }else{ 122 122 if (!empty($s)){echo '<li class="services-list">'.$s.'</li>';}
Note: See TracChangeset
for help on using the changeset viewer.