Skip to content

Commit

Permalink
add hidden uid
Browse files Browse the repository at this point in the history
  • Loading branch information
mrothauer committed Jan 23, 2024
1 parent 958593c commit ac6e719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/element/workshopTabs/aboutUs.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
else echo '<img alt="' . $workshop->name . '" class="detail-image"
src="' . $this->Html->getThumbs150Image('rclogo-150.jpg', 'workshops') . '" />';

echo '<strong>' . $workshop->name . '</strong><br>';
echo '<strong>' . $workshop->name . '</strong><span style="margin-left:3px;color:#fff;font-size:8px;">' . $workshop->uid . '</span><br>';

if ($workshop->street != '') {
echo StringComponent::prepareTextForHTML($workshop->street) . ', ';
Expand Down

0 comments on commit ac6e719

Please sign in to comment.