diff --git a/src/Resources/contao/templates/mod_article_rateit.html5 b/src/Resources/contao/templates/mod_article_rateit.html5 index c8698ad..e81bb4d 100644 --- a/src/Resources/contao/templates/mod_article_rateit.html5 +++ b/src/Resources/contao/templates/mod_article_rateit.html5 @@ -3,7 +3,6 @@ block('content'); ?> rateit_rating_before): ?> - block('rating'); ?>
showBefore) : ?>
description ?>
@@ -16,13 +15,11 @@
description ?>
- endblock(); ?> parent(); ?> rateit_rating_after): ?> - block('rating'); ?>
showBefore) : ?>
description ?>
@@ -35,7 +32,6 @@
description ?>
- endblock(); ?> endblock(); ?> diff --git a/src/Resources/contao/templates/mod_article_rateit_microdata.html5 b/src/Resources/contao/templates/mod_article_rateit_microdata.html5 index 4fa9484..cb07751 100644 --- a/src/Resources/contao/templates/mod_article_rateit_microdata.html5 +++ b/src/Resources/contao/templates/mod_article_rateit_microdata.html5 @@ -1,16 +1,55 @@ -extend('mod_article_rateit'); ?> +extend('mod_article'); ?> -block('rating'); ?> - -
+block('content'); ?> + rateit_rating_before): ?> + +
+
+ showBefore) : ?> +
description ?>
+ +
+
+
+
+ showAfter) : ?> +
description ?>
+ +
+ itemreviewed; ?> + + actRating; ?> + 0 + maxRating; ?> + votes; ?> + +
+ + parent(); ?> - itemreviewed; ?> - - actRating; ?> - 0 - maxRating; ?> - votes; ?> - -
- + rateit_rating_after): ?> + +
+
+ showBefore) : ?> +
description ?>
+ +
+
+
+
+ showAfter) : ?> +
description ?>
+ +
+ itemreviewed; ?> + + actRating; ?> + 0 + maxRating; ?> + votes; ?> + +
+ + endblock(); ?>