Created
October 6, 2011 07:25
-
-
Save lajlev/1266746 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<header> | |
<h1><?php echo $json->TrustScore->Human; ?></h1> | |
<img src="<?php echo $json->TrustScore->StarsImageUrls->large; ?>" alt="stars"/> | |
<p class="review-count"><?php echo $json->ReviewCount->Total; ?> customers has written a review on Trustpilot</p> | |
</header> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment