forked from leftypol/leftypol
Merge branch 'config' into allow_ogg_embed
This commit is contained in:
commit
1123b4009d
6 changed files with 11 additions and 6 deletions
|
@ -321,7 +321,7 @@ $config['stylesheets']['TempDarkRed'] = 'temp_dark_red.css';
|
|||
$config['stylesheets']['AnonsDarkRed'] = 'anons_dark_red.css';
|
||||
$config['stylesheets']['BunkerLike'] = 'bunker_like.css';
|
||||
|
||||
$config['default_stylesheet'] = array('Jungle', $config['stylesheets']['Jungle']);
|
||||
$config['default_stylesheet'] = array('Dark Red', $config['stylesheets']['Dark Red']);
|
||||
/*
|
||||
* ====================
|
||||
* Javascript
|
||||
|
@ -372,6 +372,7 @@ $config['youtube_js_html']
|
|||
. '<img style="width:255px;height:190px;" src="/vi/$2/0.jpg" class="post-image"/>'
|
||||
. '</a></div>';
|
||||
|
||||
|
||||
$config['ogg_embed_html']
|
||||
= '<figure><audio controls src="$1">'
|
||||
. 'Your browser does not support the'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue