mirror of
https://github.com/WhatCD/Gazelle.git
synced 2026-01-16 18:04:18 -05:00
Empty commit
This commit is contained in:
@@ -98,7 +98,7 @@ class DonationsView {
|
||||
|
||||
public static function render_profile_rewards($EnabledRewards, $ProfileRewards) {
|
||||
for ($i = 1; $i <= 4; $i++) {
|
||||
if (isset($EnabledRewards['HasProfileInfo' . $i]) && $ProfileRewards['ProfileInfo' . $i]) {
|
||||
if ($EnabledRewards['HasProfileInfo' . $i] && $ProfileRewards['ProfileInfo' . $i]) {
|
||||
?>
|
||||
<div class="box">
|
||||
<div class="head" style="height: 13px;">
|
||||
|
||||
BIN
ocelot-0.8.tar.gz
Normal file
BIN
ocelot-0.8.tar.gz
Normal file
Binary file not shown.
@@ -39,7 +39,6 @@ if (!isset($_GET['threadid']) || !is_number($_GET['threadid'])) {
|
||||
}
|
||||
|
||||
|
||||
|
||||
if (isset($LoggedUser['PostsPerPage'])) {
|
||||
$PerPage = $LoggedUser['PostsPerPage'];
|
||||
} else {
|
||||
|
||||
@@ -100,6 +100,9 @@ index torrents {
|
||||
charset_type = utf-8
|
||||
phrase_boundary = U+F7 # This needs to the the same as the file delimiter in classes/torrents.class.php
|
||||
phrase_boundary_step = 50
|
||||
enable_star = 1
|
||||
infix_fields = taglist
|
||||
min_infix_len = 3
|
||||
|
||||
charset_table = \
|
||||
U+00C0->a, U+00C1->a, U+00C2->a, U+00C3->a, U+00C4->a, U+00C5->a, U+00E0->a, U+00E1->a, U+00E2->a, \
|
||||
|
||||
Reference in New Issue
Block a user