Forums / Cotonti / General / Moar questions ;)

uznik73
#32731 2012-01-17 17:59

On my test site with siena work like this:

<img id="avatar" src="{PHP.usr.profile.user_avatar}" />

and in css file use "#avatar {width:75px}" it works....

Добавлено 19 минут спустя:

No i dont see it after logout but if it need

<img id="avatar" src="
				<!-- IF {PHP.usr.profile.user_avatar} -->
				{PHP.usr.profile.user_avatar}
				<!-- ELSE -->
				themes/{PHP.theme}/img/blank.png
				<!-- ENDIF -->
				" alt="{PHP.L.Avatar}"  />

If user have avatar he see it, if not hel see img blank. And guests see blank avatar.. 

sorry for my English

Sorry for my poor English
This post was edited by uznik73 (2012-01-17 18:19, 13 years ago)