summaryrefslogtreecommitdiff
path: root/angebote/inc/template.php
diff options
context:
space:
mode:
Diffstat (limited to 'angebote/inc/template.php')
-rw-r--r--angebote/inc/template.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/angebote/inc/template.php b/angebote/inc/template.php
index fd92906..6f1be41 100644
--- a/angebote/inc/template.php
+++ b/angebote/inc/template.php
@@ -66,9 +66,8 @@ function render_offer_template( $atts ) {
<?php
if ( $offer['include_post_link'] ) {
?>
- <h3 class="card-title"><a class="offer-title" href="<?php echo get_post_permalink( $post ); ?>" title="<?php echo $offer['name']; ?>"><?php echo $offer['name']; ?> <i class="material-icons icon-small" sstyle="font-size: 50%;">
-launch
-</i></a></h3>
+ <h3 class="card-title"><a class="offer-title" href="<?php echo get_post_permalink( $post ); ?>" title="<?php echo $offer['name']; ?>"><?php echo $offer['name']; ?>
+</a> ¶</h3>
<?php
} else {
?>
@@ -98,7 +97,7 @@ launch
<?php
if ( $offer['include_post_link'] ) {
?>
- <a href="<?php echo get_post_permalink( $post ); ?>#title" class="btn btn-light">Detailansicht</a>
+ <a href="<?php echo get_post_permalink( $post ); ?>#title" class="btn btn-light" title="Kommentieren und mehr">Detailansicht</a>
<?php
}
?>