Tytuł obsługiwanego systemu windows w tematach [useragent]
Kod: |
#-- [ OTWÓRZ ] --
viewtopic.php
#-- [ ZNAJD¬ ] --
$template->assign_block_vars('postrow', array(
'ICON' => $icon,
#-- [ DODAJ PRZED ] --
$user_agent_title = ucwords(str_replace(array('icon_', '.gif', '_'), array('', '', ' | '), $user_agent[0]));
#-- [ ZNAJD¬ ] --
'VIEW_USER_AGENT' => (is_array($user_agent)) ? ' <img src="' . $images['images'] . '/user_agent/' . $user_agent[0] . '" alt="" /> <img src="' . $images['images'] . '/user_agent/' . $user_agent[1] . '" alt="" title="' . $user_agent[2] . '" />' : '',
#-- [ W TEJ LINII ZNAJD¬ ] --
$user_agent[0] . '"
#-- [ W TEJ LINII DODAJ PO ] --
title="' . $user_agent_title . '" |
Malutki dodatek, było mi to potrzebne. Więc się podzielę.