Created
June 21, 2012 06:48
-
-
Save miklb/2964283 to your computer and use it in GitHub Desktop.
example user.php file for Habari
This file contains hidden or 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
<div class="author-box"> | |
<h3><?php echo $content->info>displayname; ?></h3> | |
<?php if ( isset ( $content->info->imageurl ) ) { ?><img src="<?php echo $content->info->imageurl; ?>" alt="<?php echo $content->displayname; ?>" class="auth-img"><?php } ?> | |
<?php if ( isset ( $content->info->bioblurb ) ) { ?><p><?php echo $content->info->bioblurb; ?></p><?php } ?> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment