@@ -50,35 +50,35 @@ require("./header.inc.phtml");
50
50
<?php } else { ?>
51
51
<p class="biography"><?php echo $ safe_biography ; ?> </p>
52
52
<?php } ?>
53
+ </section>
53
54
<?php if ($ this ->getContext ()->profiledata ) { ?>
54
- <table class="profiledata"><tbody >
55
+ <section class="profiledata">
55
56
<?php if ($ this ->getContext ()->github ) { ?>
56
- <tr><th class="right" >GitHub:</th><td class="left"> <a href="<?php echo $ this ->getContext ()->github_uri ; ?> "><?php echo htmlspecialchars ($ this ->getContext ()->github , ENT_HTML5 , "UTF-8 " ); ?> </a></td></tr >
57
+ <span><strong >GitHub:</strong> <a href="<?php echo $ this ->getContext ()->github_uri ; ?> "><?php echo htmlspecialchars ($ this ->getContext ()->github , ENT_HTML5 , "UTF-8 " ); ?> </a></span >
57
58
<?php } ?>
58
59
<?php if ($ this ->getContext ()->reddit ) { ?>
59
- <tr><th class="right" >Reddit:</th><td class="left"> <a href="<?php echo $ this ->getContext ()->reddit_uri ; ?> "><?php echo htmlspecialchars ($ this ->getContext ()->reddit , ENT_HTML5 , "UTF-8 " ); ?> </a></td></tr >
60
+ <span><strong >Reddit:</strong> <a href="<?php echo $ this ->getContext ()->reddit_uri ; ?> "><?php echo htmlspecialchars ($ this ->getContext ()->reddit , ENT_HTML5 , "UTF-8 " ); ?> </a></span >
60
61
<?php } ?>
61
62
<?php if ($ this ->getContext ()->steam_id ) { ?>
62
- <tr><th class="right" >Steam:</th><td class="left"> <a href="<?php echo $ this ->getContext ()->steam_uri ; ?> "><?php echo htmlspecialchars ($ this ->getContext ()->steam_id , ENT_HTML5 , "UTF-8 " ); ?> </a></td></tr >
63
+ <span><strong >Steam:</strong> <a href="<?php echo $ this ->getContext ()->steam_uri ; ?> "><?php echo htmlspecialchars ($ this ->getContext ()->steam_id , ENT_HTML5 , "UTF-8 " ); ?> </a></span >
63
64
<?php } ?>
64
65
<?php if ($ this ->getContext ()->facebook ) { ?>
65
- <tr><th class="right" >Facebook:</th><td class="left"> <a href="<?php echo $ this ->getContext ()->facebook_uri ; ?> "><?php echo htmlspecialchars ($ this ->getContext ()->facebook , ENT_HTML5 , "UTF-8 " ); ?> </a></td></tr >
66
+ <span><strong >Facebook:</strong> <a href="<?php echo $ this ->getContext ()->facebook_uri ; ?> "><?php echo htmlspecialchars ($ this ->getContext ()->facebook , ENT_HTML5 , "UTF-8 " ); ?> </a></span >
66
67
<?php } ?>
67
68
<?php if ($ this ->getContext ()->twitter ) { ?>
68
- <tr><th class="right" >Twitter:</th><td class="left"> <a href="<?php echo $ this ->getContext ()->twitter_uri ; ?> "><?php echo htmlspecialchars ($ this ->getContext ()->twitter , ENT_HTML5 , "UTF-8 " ); ?> </a></td></tr >
69
+ <span><strong >Twitter:</strong> <a href="<?php echo $ this ->getContext ()->twitter_uri ; ?> "><?php echo htmlspecialchars ($ this ->getContext ()->twitter , ENT_HTML5 , "UTF-8 " ); ?> </a></span >
69
70
<?php } ?>
70
71
<?php if ($ this ->getContext ()->instagram ) { ?>
71
- <tr><th class="right" >Instagram:</th><td class="left"> <a href="<?php echo $ this ->getContext ()->instagram_uri ; ?> "><?php echo htmlspecialchars ($ this ->getContext ()->instagram , ENT_HTML5 , "UTF-8 " ); ?> </a></td></tr >
72
+ <span><strong >Instagram:</strong> <a href="<?php echo $ this ->getContext ()->instagram_uri ; ?> "><?php echo htmlspecialchars ($ this ->getContext ()->instagram , ENT_HTML5 , "UTF-8 " ); ?> </a></span >
72
73
<?php } ?>
73
74
<?php if ($ this ->getContext ()->skype ) { ?>
74
- <tr><th class="right" >Skype:</th><td class="left"> <a href="<?php echo $ this ->getContext ()->skype_uri ; ?> "><?php echo htmlspecialchars ($ this ->getContext ()->skype , ENT_HTML5 , "UTF-8 " ); ?> </a></td></tr >
75
+ <span><strong >Skype:</strong> <a href="<?php echo $ this ->getContext ()->skype_uri ; ?> "><?php echo htmlspecialchars ($ this ->getContext ()->skype , ENT_HTML5 , "UTF-8 " ); ?> </a></span >
75
76
<?php } ?>
76
77
<?php if ($ this ->getContext ()->website ) { ?>
77
- <tr><th class="right">Website:</th><td class="left"><a href="<?php echo $ this ->getContext ()->website_uri ; ?> "><?php echo htmlspecialchars ($ this ->getContext ()->website , ENT_HTML5 , "UTF-8 " ); ?> </a></td></tr>
78
- <?php } ?>
79
- </tbody></table>
78
+ <span><strong>Website:</strong> <a href="<?php echo $ this ->getContext ()->website_uri ; ?> "><?php echo htmlspecialchars ($ this ->getContext ()->website , ENT_HTML5 , "UTF-8 " ); ?> </a></span>
80
79
<?php } ?>
81
80
</section>
81
+ <?php } ?>
82
82
<header>User Statistics</header>
83
83
<section>
84
84
<table class="stats"><tbody><tr>
0 commit comments