DarkLane
Dimanche 10 Mai 2020 12:17:07
564 Vues
0 Commentaires
<style type="text/css"> #genres{list-style:none;margin:0 12px;background:#373d42;} #genres li a{font:normal 13px/32px 'Trebuchet MS',Tahoma,serif;color:#cfe1ed;text-decoration:none;display:block;padding:0 5px;text-shadow:0 1px 3px rgba(0,0,0,0.7);border-bottom:1px dotted #777;} #genres li a:hover{color:#fff;background:#41474c;text-decoration:none;} </style> <ul id="genres">{include file="/engine/modules/autosubcats.php?cat=2"}</ul>
<style type="text/css"> #genres{list-style:none;} #genres li{float:left;margin-right:10px;} #genres li a{display:block;font:bold 12px Arial;color:#08c;text-decoration:none;padding:3px 7px;border:2px solid #08c;moz-border-radius:7px;webkit-border-radius:7px;border-radius:7px;} #genres li a:hover{color:#333;border-color:#333;text-decoration:none;} </style> <ul id="genres">{include file="/engine/modules/autosubcats.php?cat=1"}</ul>
<?php /* ===================================================== Автор: Олег Александрович a.k.a. Sander ----------------------------------------------------- ICQ: 404-037-556 ===================================================== Назначение: Автоматический вывод подкатегорий из указанной категории ===================================================== */ if(!defined('DATALIFEENGINE'))die("Hacking attempt!"); $result = ''; $cat = intval($cat); foreach($cat_info as $k=>$v){ if($v['parentid']==$cat){ if( $config['allow_alt_url'] == "yes" ) $result .= "<li><a href=\"".$config['http_home_url'].get_url($k)."/\">{$v['name']}</a></li>"; else $result .= "<li><a href=\"$PHP_SELF?do=cat&category={$v['alt_name']}\">{$v['name']}</a></li>"; } } echo $result; ?>
Votre adresse électronique ne sera pas publiée. Les champs obligatoires sont marqués *
Les utilisateurs du Invités ne sont pas autorisés à ajouter des commentaires à cette publication.
27-11-2020 • Dle
Hack pour afficher les
10-05-2020 • Dle
définir un nouveau bouton de
09-01-2023 • Dle
Evaluation 10 étoiles Dle 15.x
04-02-2023 • Dle
Evaluation 10 étoiles Dle 16.0
11-01-2023 • Dle
Evaluation 10 étoiles blue