| 1 | 1 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,20 @@ |
| 1 |
+<!-- START BLOCK : profile --> |
|
| 2 |
+<div id="bio"> |
|
| 3 |
+ <!-- Website Profile Link --> |
|
| 4 |
+ |
|
| 5 |
+ <i class="fa fa-user"></i> {userpenname}<br />
|
|
| 6 |
+ <i class="fa fa-calendar"></i> {membersince}<br />
|
|
| 7 |
+ <i class="fa fa-globe"></i> {location}<br />
|
|
| 8 |
+ <i class="fa fa-home"></i> {website}<br>
|
|
| 9 |
+ <i class="fa fa-twitter"></i> {twitter}<br>
|
|
| 10 |
+ |
|
| 11 |
+ <!-- End Website Profile Link --> |
|
| 12 |
+ |
|
| 13 |
+ |
|
| 14 |
+ <br><blockquote>{bio}</blockquote><br>
|
|
| 15 |
+ |
|
| 16 |
+</div> |
|
| 17 |
+<div align="right">{adminoptions}</div>
|
|
| 18 |
+<br /> |
|
| 19 |
+{reportthis}
|
|
| 20 |
+<!-- END BLOCK : profile --> |
|
| 0 | 21 |
\ No newline at end of file |