forked from GithubBackups/vichan
Merge ../http
This commit is contained in:
commit
0ffbe4a034
@ -373,6 +373,7 @@ function mod_edit_board($boardName) {
|
|||||||
if ($config['cache']['enabled']) {
|
if ($config['cache']['enabled']) {
|
||||||
cache::delete('board_' . $board['uri']);
|
cache::delete('board_' . $board['uri']);
|
||||||
cache::delete('all_boards');
|
cache::delete('all_boards');
|
||||||
|
cache::delete('all_boards_uri');
|
||||||
}
|
}
|
||||||
|
|
||||||
modLog('Deleted board: ' . sprintf($config['board_abbreviation'], $board['uri']), false);
|
modLog('Deleted board: ' . sprintf($config['board_abbreviation'], $board['uri']), false);
|
||||||
|
@ -6,8 +6,6 @@
|
|||||||
{% if config.meta_description %}<meta name="description" content="{{ config.meta_description }}">{% endif %}
|
{% if config.meta_description %}<meta name="description" content="{{ config.meta_description }}">{% endif %}
|
||||||
{% if config.default_stylesheet.1 != '' and not mod %}<link rel="stylesheet" type="text/css" id="stylesheet" href="{{ config.uri_stylesheets }}{{ config.default_stylesheet.1 }}">{% endif %}
|
{% if config.default_stylesheet.1 != '' and not mod %}<link rel="stylesheet" type="text/css" id="stylesheet" href="{{ config.uri_stylesheets }}{{ config.default_stylesheet.1 }}">{% endif %}
|
||||||
{% if config.font_awesome %}<link rel="stylesheet" media="screen" href="{{ config.root }}{{ config.font_awesome_css }}">{% endif %}
|
{% if config.font_awesome %}<link rel="stylesheet" media="screen" href="{{ config.root }}{{ config.font_awesome_css }}">{% endif %}
|
||||||
{% if config.default_stylesheet.1 != '' %}<link rel="stylesheet" type="text/css" id="stylesheet" href="{{ config.uri_stylesheets }}{{ config.default_stylesheet.1 }}">{% endif %}
|
|
||||||
{% if config.font_awesome %}<link rel="stylesheet" href="{{ config.root }}{{ config.font_awesome_css }}">{% endif %}
|
|
||||||
{% if config.country_flags_condensed %}<link rel="stylesheet" href="{{ config.root }}{{ config.country_flags_condensed_css }}">{% endif %}
|
{% if config.country_flags_condensed %}<link rel="stylesheet" href="{{ config.root }}{{ config.country_flags_condensed_css }}">{% endif %}
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var configRoot="{{ config.root }}";
|
var configRoot="{{ config.root }}";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user