mirror of
https://github.com/WhatCD/Gazelle.git
synced 2024-12-12 18:36:29 +00:00
Empty commit
This commit is contained in:
parent
84f5e7a68e
commit
37034ed133
@ -98,7 +98,7 @@ public static function render_donor_stats($UserID) {
|
||||
|
||||
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($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, \
|
||||
|
Loading…
Reference in New Issue
Block a user