TESTING - Title Bar Search
This commit is contained in:
parent
998eb24b6f
commit
add18da0d0
@ -13,14 +13,14 @@
|
||||
|
||||
<?= $this->partial('post/show_partials/status_notices', array('pools' => $this->pools)) ?>
|
||||
<div class="sidebar">
|
||||
<?= $this->partial('tags') ?>
|
||||
<?= $this->partial('post/show_partials/related_posts_panel') ?>
|
||||
<?= $this->partial('tags') ?>
|
||||
<?= $this->partial('post/show_partials/statistics_panel') ?>
|
||||
<?= $this->partial('post/show_partials/options_panel') ?>
|
||||
<br />
|
||||
<?php if (CONFIG()->can_show_ad('post#show-sidebar', current_user())) : ?>
|
||||
<?= $this->partial('vertical') ?>
|
||||
<?php endif ?>
|
||||
<br />
|
||||
<?php if (CONFIG()->can_show_ad('post#show-sidebar', current_user())) : ?>
|
||||
<?= $this->partial('vertical') ?>
|
||||
<?php endif ?>
|
||||
</div>
|
||||
<div class="content content-post" id="right-col">
|
||||
<?php if (CONFIG()->can_show_ad('post#show-top', current_user())) : ?>
|
||||
|
@ -21,7 +21,7 @@
|
||||
<?php if (current_user()->is_member_or_higher()) : ?>
|
||||
<?= $this->mailTo(CONFIG()->admin_contact, "Contact", ['encode' => "javascript"]) ?> –
|
||||
<?php endif ?>
|
||||
<?= $this->t('static_serve') ?><?= number_format($this->post_count, 0) ?><?= $this->t('static_posts2') ?>– <?= str_replace('Moebooru', 'MyImouto', $this->t('static_running')) ?><?= CONFIG()->version ?>
|
||||
<?= $this->t('static_serve') ?><?= number_format($this->post_count, 0) ?><?= $this->t('static_posts2') ?>– <?= str_replace('Moebooru', 'Sequenzia', $this->t('static_running')) ?><?= CONFIG()->version ?>
|
||||
<br />
|
||||
<?= $this->t('static_translation') ?>
|
||||
</p>
|
||||
|
@ -8,7 +8,7 @@ namespace MyImouto;
|
||||
abstract class DefaultConfig
|
||||
{
|
||||
# The name of this booru.
|
||||
public $app_name = 'my.imouto';
|
||||
public $app_name = 'Sequenzia';
|
||||
|
||||
# Host name. Must not include scheme (i.e. http(s)://) nor trailing slash.
|
||||
public $server_host = '127.0.0.1:3000';
|
||||
@ -17,7 +17,7 @@ abstract class DefaultConfig
|
||||
public $url_base = 'http://127.0.0.1:3000';
|
||||
|
||||
# The version of this MyImouto
|
||||
public $version = '1.0.8';
|
||||
public $version = '1.1';
|
||||
|
||||
# This is a salt used to make dictionary attacks on account passwords harder.
|
||||
public $user_password_salt = 'choujin-steiner';
|
||||
|
Reference in New Issue
Block a user