- Posts: 5
- Home
- Forum
- Community Forum
- Questions
- Remove number in front of accommodation heading
Remove number in front of accommodation heading
- Brentmin
- Topic Author
- Offline
Less
More
9 years 11 months ago #5695
by Brentmin
Remove number in front of accommodation heading was created by Brentmin
Please Log in or Create an account to join the conversation.
- Dead_Pig
- Offline
Less
More
- Posts: 18
9 years 11 months ago #5720
by Dead_Pig
Replied by Dead_Pig on topic Remove number in front of accommodation heading
I guess this is the number of beds in selected room type.
You can delete or comment this at
\components\com_solidres\views\reservationasset\tmpl\default_roomtype.php (or in your template if you customized it)
You can delete or comment this at
\components\com_solidres\views\reservationasset\tmpl\default_roomtype.php (or in your template if you customized it)
<span class="label label-info">
<?php echo $roomType->occupancy_max > 0 ? $roomType->occupancy_max : (int)$roomType->occupancy_adult + (int)$roomType->occupancy_child ?>
<i class="icon-user uk-icon-user fa-user"></i>
</span>
The following user(s) said Thank You: Brentmin
Please Log in or Create an account to join the conversation.
- vietvh
-
- Offline
Less
More
- Posts: 1553
9 years 11 months ago #5728
by vietvh
Replied by vietvh on topic Remove number in front of accommodation heading
Hi,
Yes the modification suggested by Dead_Pig is correct.
Regards,
Yes the modification suggested by Dead_Pig is correct.
Regards,
Please Log in or Create an account to join the conversation.
Moderators: solidres