<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="language" content="en" /> <link href="favicon.ico" rel="shortcut icon" type="image/x-icon" /> <?php Proc::LoadContentResources(); ?> <title>Портал</title> </head> <body> <div class="container_yii" id="page"> <div id="header"> <div> <img class="headerimage" src="images/header.jpg"></img> </div> <div id="info" class="ui-corner-left ui-state-default"> <table> <tbody> <tr><td class="ui-button-text">Пользователь:</td></tr> <tr><td id="info_name"><?php echo isset(Yii::app()->user->name) ? Yii::app()->user->name : ''; ?> </td></tr> </tbody> </table> </div>