51ff3226 |
1 | |
2 | {* header *}{include file="1549864.tpl"} |
3 | |
4 | {if $error eq true} |
5 | <center><font style='error'>{$error}</font></center> |
6 | {/if} |
7 | |
8 | {if $user_id eq false} |
9 | <center>{* loginbox *}{include file="1549885.tpl"}</center> |
10 | |
11 | {else} |
12 | |
13 | <table width='100%'><tr> |
14 | |
15 | |
16 | <!--main central column--> |
17 | <td valign='top'> |
18 | |
19 | <div align="center"> |
20 | <p><h3>Mireille</h3></p> |
21 | <p><img src='http://kyberia.sk/images/nodes/1/8/1870296.gif'></p> |
22 | <p>{include file="1549916.tpl"} |
23 | {* shows what other friends think about users *} |
24 | {get_children_by_external_link external_link='session://friend' |
25 | listing_amount=$listing_amount offset=$offset orderby=desc} |
26 | {foreach from=$get_children_by_external_link item=child} |
27 | {/foreach} </p> |
28 | </div> |
29 | <!--end of central column--></td> |
30 | </tr></table> |
31 | {/if} |
32 | |