Skip to content

Instantly share code, notes, and snippets.

@miklb
Created June 21, 2012 06:48
Show Gist options
  • Save miklb/2964283 to your computer and use it in GitHub Desktop.
Save miklb/2964283 to your computer and use it in GitHub Desktop.
example user.php file for Habari
<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