Jump to content

Страница сгенерирована за..

Featured Replies

Posted
comment_82809

Здравствуйте, кто знает как добавить в стиль строку Страница сгенерирована за *время* 

comment_82812

HooLIGUN, простите, но почему то показывает не так, как на скрине

 

АЦ - Внешний вид - ваш стиль - globalTemplte

Найти:

				<div id='ipsDebug_footer'>
					<strong>{$this->lang->words['time_now']}</strong> {$footer_items['time']}
					<if test="lastvisit:|:$this->memberData['member_id'] AND $this->memberData['last_visit']"><strong>{$this->lang->words['you_last_visit']}</strong> {parse date="$this->memberData['last_visit']" format="short"}</if>
					<strong>{$this->lang->words['stat_exec']}</strong> {$stats['ex_time']} <if test="isfloat:|:is_float($stats['ex_time'])">{$this->lang->words['stats_sec']}</if>
					<strong>{$this->lang->words['stat_load']}</strong> {$stats['server_load']}
					<strong>{$this->lang->words['stat_queries']}</strong> {$stats['queries']} <if test="sqldebuglink:|:IPS_SQL_DEBUG_MODE"><a href='{parse url="{$this->settings['query_string_safe']}&amp;debug=1" base="public"}'></if>{$this->lang->words['stats_queries']}<if test="closesqldebuglink:|:IPS_SQL_DEBUG_MODE"></a></if>
					<strong>{$this->lang->words['stat_gzip']}</strong> {$stats['gzip_status']}
				</div>

Заменить на:

				<div id='ipsDebug_footer'>
					<strong>
					
					<strong>Страница сгенерирована за </strong> {$stats['ex_time']} секунд <if test="isfloat:|:is_float($stats['ex_time'])">{$this->lang->words['stats_sec']}</if>
					
					<strong>{$this->lang->words['stat_queries']}</strong> {$stats['queries']} <if test="sqldebuglink:|:IPS_SQL_DEBUG_MODE"><a href='{parse url="{$this->settings['query_string_safe']}&amp;debug=1" base="public"}'></if><if test="closesqldebuglink:|:IPS_SQL_DEBUG_MODE"></a></if>
					<strong>
				</div>
Guest
This topic is now closed to further replies.

Последние посетители 0

  • No registered users viewing this page.