i tu właśnie chciałbym aby ikonę/obraz podawać przez link do pliku.
pliki php modyfikacji:
modules/top_list.php
<?php /* ===================================================== ----------------------------------------------------- Copyright (c) 2004,2009 SoftNews Media Group ===================================================== */ { } $topitems = dle_cache("topitems", $config['skin']); if (!$topitems) { $db->query("SELECT id, name, link, icon, type, place FROM " . PREFIX . "_toplist ORDER BY place ASC"); while($row = $db->get_row()){ else $title = $row['name']; $tpl->load_template('top_list.tpl'); $tpl->set('{icon}', $config['http_home_url'].'uploads/top_icons/'.$row['icon']); $tpl->set('{title}', '<a href="'.$row['link'].'">'.$title.'</a>'); $tpl->set('{type}', $row['type']); $tpl->set('{odsylacz}', '<a href="'.$row['link'].'" class=main_menu_lnk >'); $tpl->compile('topitems'); $tpl->clear(); } $db->free(); create_cache ("topitems", $topitems, $config['skin']); } ?>
inc/top_list.pl
Kod
http://odsiebie.com/pokaz/3969003---01a9.html
proszę o pomoc
