diff --git a/freifunk-versions.php b/freifunk-versions.php
index d4d3c30..5903f92 100644
--- a/freifunk-versions.php
+++ b/freifunk-versions.php
@@ -78,7 +78,7 @@ function ff_hh_shortcode_versions( $atts, $content, $name ) {
$manifest = ff_hh_getmanifest( FF_HH_STABLE_BASEDIR );
$outstr = "
";
- $outstr .= '
Modell | Erstinstallation | Aktualisierung |
';
+ $outstr .= 'Modell | Erstinstallation | Aktualisierung | Preissuche |
';
# optionally filter output by given substring
if ( is_array( $atts )
@@ -120,6 +120,10 @@ function ff_hh_shortcode_versions( $atts, $content, $name ) {
}
$outstr .= 'Hardware Version ' . join( ', ', $hw_ver_links ) . ' | ';
+ // link to Geizhals
+
+ $outstr .= sprintf( "\nSuchen | ", $hw );
+
$outstr .= '
';
}