Файл: adultscript-2.0.3-pro/files/mobile/templates/default/users_menu.tpl.php
Строк: 58
<?php defined('_VALID') or die('Restricted Access!'); ?>
<div data-role="controlgroup" data-type="horizontal" data-mini="true">
<a href="<?php echo MOBILE_REL,'/users/',$this->username,'/" class="ui-btn ui-corner-all'; if ($this->submenu == 'profile'): echo ' ui-btn-active'; endif; echo '">',__('profile'); ?></a>
<a href="<?php echo MOBILE_REL,'/users/',$this->username,'/videos/" class="ui-btn ui-corner-all'; if ($this->submenu == 'videos'): echo ' ui-btn-active'; endif; echo '">',__('videos'); ?></a>
<?php if (VModule::enabled('photo')): ?><a href="<?php echo MOBILE_REL,'/users/',$this->username,'/photos/" class="ui-btn ui-corner-all'; if ($this->submenu == 'photos'): echo ' ui-btn-active'; endif; echo '">',__('photos'); ?></a><?php endif; ?>
<a href="<?php echo MOBILE_REL,'/users/',$this->username,'/connections/" class="ui-btn ui-corner-all'; if ($this->submenu == 'connections'): echo ' ui-btn-active'; endif; echo '">',__('connections'); ?></a>
<a href="<?php echo MOBILE_REL,'/users/',$this->username,'/comments/" class="ui-btn ui-corner-all'; if ($this->submenu == 'comments'): echo ' ui-btn-active'; endif; echo '">',__('comments'); ?></a>
<a href="<?php echo MOBILE_REL,'/users/',$this->username,'/info/" class="ui-btn ui-corner-all'; if ($this->submenu == 'info'): echo ' ui-btn-active'; endif; echo '">',__('info'); ?></a>
</div>