HEX
Server: Apache/2.4.59 (Debian)
System: Linux skycube.cz 4.19.0-25-amd64 #1 SMP Debian 4.19.289-2 (2023-08-08) x86_64
User: ilya (534)
PHP: 7.3.31-1~deb10u7
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
Upload Files
File: /var/www/ilya/data/www/irk2.ru/templates/skin/habra/block.blogs.tpl
		<div class="habrablock">		
			<h3 class="new_group_sections">Популярные блоги&nbsp;&#8595;</h3>			
			<div class="companyblock">
				  <table width="100%" border="0" cellpadding="5" cellspacing="1">
				   <tr>
				    <td width="5%"></td>
				    <td width=""></td>
				    <td width="22%" align="center" class="company_page_tb_header">Рейтинг</td>
				   </tr>
				   {foreach from=$aBlogs item=oBlog}
				   <tr>
				   	<td>&nbsp;</td>
				    <td valign="middle"><a href="{$DIR_WEB_ROOT}/blog/{$oBlog->getUrl()}/" class="company_name_big_2">{$oBlog->getTitle()|escape:'html'}</a></td>
				    <td nowrap align="center"><span class="company_rating_2">&nbsp;{$oBlog->getRating()}&nbsp;</span></td>
				   </tr>				  
					{/foreach}
				  </table>	<br>
				
			</div>	

			<div class="live_section_title_all" align="right">
				<span style="color:#666666">&#187;</span> <a href="{$DIR_WEB_ROOT}/blogs/">все блоги</a>
			</div>		
		</div>