Skip to content

Commit

Permalink
#870 Add heading
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick committed Dec 5, 2014
1 parent 415da5e commit d73c1eb
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 0 deletions.
14 changes: 14 additions & 0 deletions style/Sunrise/me-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@

?>

</div>
<div class="jumbotron me-jumbotron">
<div class="container">
<div class="media">
<a class="pull-left" href="#">
<?php echo generate_avatar_markup($luna_user['id']) ?>
</a>
<div class="media-body">
<h2 class="media-heading"><?php echo $user['username']; ?></h2>
</div>
</div>
</div>
</div>
<div class="container">
<div class="col-sm-3 profile-nav">
<?php
generate_me_menu('admin');
Expand Down
14 changes: 14 additions & 0 deletions style/Sunrise/personality.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,20 @@

?>

</div>
<div class="jumbotron me-jumbotron">
<div class="container">
<div class="media">
<a class="pull-left" href="#">
<?php echo generate_avatar_markup($luna_user['id']) ?>
</a>
<div class="media-body">
<h2 class="media-heading"><?php echo $user['username']; ?></h2>
</div>
</div>
</div>
</div>
<div class="container">
<div class="col-sm-3 profile-nav">
<?php
generate_me_menu('personality');
Expand Down
15 changes: 15 additions & 0 deletions style/Sunrise/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@
exit;

?>

</div>
<div class="jumbotron me-jumbotron">
<div class="container">
<div class="media">
<a class="pull-left" href="#">
<?php echo generate_avatar_markup($luna_user['id']) ?>
</a>
<div class="media-body">
<h2 class="media-heading"><?php echo $user['username']; ?></h2>
</div>
</div>
</div>
</div>
<div class="container">
<div class="col-sm-3 profile-nav">
<?php
generate_me_menu('settings');
Expand Down

0 comments on commit d73c1eb

Please sign in to comment.