| 1 | 1 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,18 @@ |
| 1 |
+<!-- START BLOCK : profile --> |
|
| 2 |
+<div class="block"> |
|
| 3 |
+ <div class="content"> |
|
| 4 |
+ <div class="left"> |
|
| 5 |
+ <b>Penname: </b>{userpenname} <br />
|
|
| 6 |
+ <b>Real name: </b>{realname}
|
|
| 7 |
+ <b>Member Since: </b>{membersince}<br />
|
|
| 8 |
+ <b>Membership status:</b> {userlevel}<br /></div>
|
|
| 9 |
+ <div class="right">{image}</div>
|
|
| 10 |
+ <div class="clear">{bio}<br />
|
|
| 11 |
+ {authorfields}
|
|
| 12 |
+ </div> |
|
| 13 |
+ </div> |
|
| 14 |
+ <div class="bottom">{adminoptions} {reportthis}</div>
|
|
| 15 |
+</div> |
|
| 16 |
+ |
|
| 17 |
+ |
|
| 18 |
+<!-- END BLOCK : profile --> |
|
| 0 | 19 |
\ No newline at end of file |