Skip to content

Instantly share code, notes, and snippets.

@agustinhaller
Created April 4, 2012 15:10
Show Gist options
  • Save agustinhaller/2302445 to your computer and use it in GitHub Desktop.
Save agustinhaller/2302445 to your computer and use it in GitHub Desktop.
current king
<!-- VENU CURRENT KING -->
<div id="venueMayor" class="box translate">
<img src="<?php echo(STATIC_BASE_URL); ?>/images/new_layout/king-crown.png" height="32" width="32" class="mayorIcon" alt="">
<div class="mayorImage">
<a href="<?php echo($venue_king_user_profile_url); ?>">
<img src="<?php echo($venue_king_user_image); ?>" alt="<?php echo($venue_king_user_name); ?>" width="55" class="notranslate" height="55">
</a>
</div>
<p>
King: <strong class="notranslate"><a href="<?php echo($venue_king_user_profile_url); ?>"><?php echo($venue_king_user_name); ?></a></strong>
<br>
<span class="mayorCheckins">
<span class="notranslate"><?php echo $venue_king_checkins_in_last_sixty; ?></span> checkins in the last 60 days
</span>
</p>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment