|
13 | 13 | <div class="form-group row">
|
14 | 14 | <label class="col-form-label col-lg-3 col-sm-12 text-center">
|
15 | 15 | ', label_media_perfil,'';
|
16 |
| - if (!empty($context['biblioteca'][$user_id]['perfil']['url'])){ |
| 16 | + if (!empty($context['biblioteca']['perfil']['url'])){ |
17 | 17 | echo '
|
18 | 18 | <p class="mt-3">
|
19 |
| - <img width="50" height="50" src="', $context['biblioteca'][$user_id]['perfil']['url'] ,'" alt="', $context['biblioteca'][$user_id]['perfil']['nombre'] ,'" /> |
| 19 | + <img width="50" height="50" src="', $context['biblioteca']['perfil']['url'] ,'" alt="', $context['biblioteca']['perfil']['nombre'] ,'" /> |
20 | 20 | </p>';
|
21 | 21 | }
|
22 | 22 | echo '
|
|
42 | 42 | <div class="form-group row">
|
43 | 43 | <label class="col-form-label col-lg-3 col-sm-12 text-center">
|
44 | 44 | ', label_media_portal,'';
|
45 |
| - if (!empty($context['biblioteca'][$user_id]['portal']['url'])){ |
| 45 | + if (!empty($context['biblioteca']['portal']['url'])){ |
46 | 46 | echo '
|
47 | 47 | <p class="mt-3">
|
48 |
| - <img width="50" height="50" src="', $context['biblioteca'][$user_id]['portal']['url'] ,'" alt="', $context['biblioteca'][$user_id]['portal']['nombre'] ,'" /> |
| 48 | + <img width="50" height="50" src="', $context['biblioteca']['portal']['url'] ,'" alt="', $context['biblioteca']['portal']['nombre'] ,'" /> |
49 | 49 | </p>';
|
50 | 50 | }
|
51 | 51 | echo '
|
|
71 | 71 | <div class="form-group row">
|
72 | 72 | <label class="col-form-label col-lg-3 col-sm-12 text-center">
|
73 | 73 | ', label_media_acerca_de,'';
|
74 |
| - if (!empty($context['biblioteca'][$user_id]['acerca-de']['url'])){ |
| 74 | + if (!empty($context['biblioteca']['acerca-de']['url'])){ |
75 | 75 | echo '
|
76 | 76 | <p class="mt-3">
|
77 |
| - <img width="50" height="50" src="', $context['biblioteca'][$user_id]['acerca-de']['url'] ,'" alt="', $context['biblioteca'][$user_id]['acerca-de']['nombre'] ,'" /> |
| 77 | + <img width="50" height="50" src="', $context['biblioteca']['acerca-de']['url'] ,'" alt="', $context['biblioteca']['acerca-de']['nombre'] ,'" /> |
78 | 78 | </p>';
|
79 | 79 | }
|
80 | 80 | echo '
|
|
100 | 100 | <div class="form-group row">
|
101 | 101 | <label class="col-form-label col-lg-3 col-sm-12 text-center">
|
102 | 102 | ', label_media_fondo,'';
|
103 |
| - if (!empty($context['biblioteca'][$user_id]['fondo']['url'])){ |
| 103 | + if (!empty($context['biblioteca']['fondo']['url'])){ |
104 | 104 | echo '
|
105 | 105 | <p class="mt-3">
|
106 |
| - <img width="50" height="50" src="', $context['biblioteca'][$user_id]['fondo']['url'] ,'" alt="', $context['biblioteca'][$user_id]['fondo']['nombre'] ,'" /> |
| 106 | + <img width="50" height="50" src="', $context['biblioteca']['fondo']['url'] ,'" alt="', $context['biblioteca']['fondo']['nombre'] ,'" /> |
107 | 107 | </p>';
|
108 | 108 | }
|
109 | 109 | echo '
|
|
0 commit comments