<?php

require_once ROOT_DIR . 'tfreak.php';
$HTMLOUT .= "\n\t<fieldset class='header'>\n\t\t<legend>{$INSTALLER09['site_name']}{$lang['index_torr_freak']}</legend>\n\t\t\t<div class='container-fluid'>";
$HTMLOUT .= rsstfreakinfo();
$HTMLOUT .= "\n\t\t\t</div>\n\t</fieldset>\n\t<hr />";
//==
// End Class
// End File
Пример #2
0
<?php

/**
|--------------------------------------------------------------------------|
|   https://github.com/Bigjoos/                			    |
|--------------------------------------------------------------------------|
|   Licence Info: GPL						            |
|--------------------------------------------------------------------------|
|   Copyright (C) 2010 U-232 V5				            |
|--------------------------------------------------------------------------|
|   A bittorrent tracker source based on TBDev.net/tbsource/bytemonsoon.   |
|--------------------------------------------------------------------------|
|   Project Leaders: Mindless, Autotron, whocares, Swizzles.		    |
|--------------------------------------------------------------------------|
 _   _   _   _   _     _   _   _   _   _   _     _   _   _   _
/ \ / \ / \ / \ / \   / \ / \ / \ / \ / \ / \   / \ / \ / \ / \
( U | - | 2 | 3 | 2 )-( S | o | u | r | c | e )-( C | o | d | e )
\_/ \_/ \_/ \_/ \_/   \_/ \_/ \_/ \_/ \_/ \_/   \_/ \_/ \_/ \_/
*/
require_once ROOT_DIR . 'tfreak.php';
$HTMLOUT .= "<div class='panel panel-default'>\n\t<div class='panel-heading'>\n\t\t<a class='accordion-toggle' data-toggle='collapse' data-parent='#accordion' href='#collapseTen'>\n\t\t<label for='checkbox_4' class='text-left'>'{$INSTALLER09['site_name']}{$lang['index_torr_freak']}</label>\n\t\t</a>\n\t</div>\n\t<div class='panel-body'>\n\t\t<div class='panel-group' id='accordion'>\n\t\t\t<div id='collapseTen' class='panel-collapse collapse in'>\n\t\t\t\t<div class='panel'>\n\t\t\t\t\t<div class='panel-body'>\n " . rsstfreakinfo() . " ";
$HTMLOUT .= "</div></div></div></div></div></div>";
//==
// End Class
// End File