Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mikhaildegtuarev/0a0ddaeb82f31c8059334e6edf338850 to your computer and use it in GitHub Desktop.
Save mikhaildegtuarev/0a0ddaeb82f31c8059334e6edf338850 to your computer and use it in GitHub Desktop.
Вывод инфы о USER
<div class="info-kabinet">
<h1>[[!+modx.user.id:userinfo=`username`]]</h1>
<p><strong>Адрес: </strong>[[!+modx.user.id:userinfo=`address`]]</p>
<p><strong>Телефон: </strong>[[!+modx.user.id:userinfo=`phone`]]</p>
<p><strong>E-mail: </strong>[[!+modx.user.id:userinfo=`email`]]</p>
<h2>Обо мне</h2>
<p>[[!+modx.user.id:userinfo=`comment`]]</p>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment