Skip to content

Commit

Permalink
use .png as default logo while #77 isn't fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurHoaro committed Sep 18, 2014
1 parent 044fea6 commit f4f5769
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.php.example
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* https://github.com/mitsukarenai/Projet-Autoblog/wiki/Configuration
**/

// define( 'LOGO', 'icon-logo.svg' );
// define( 'LOGO', 'icon-logo.png' );
// define( 'HEAD_TITLE', '');
// define( 'FOOTER', 'D\'après les premières versions de <a href="http://sebsauvage.net">SebSauvage</a> et <a href="http://bohwaz.net/">Bohwaz</a>.');

Expand Down
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
// More about TwitterBridge : https://github.com/mitsukarenai/twitterbridge
if( !defined('API_TWITTER')) define( 'API_TWITTER', 'LOCAL' );

if( !defined('LOGO')) define( 'LOGO', 'icon-logo.svg' );
if( !defined('LOGO')) define( 'LOGO', 'icon-logo.png' );
if( !defined('HEAD_TITLE')) define( 'HEAD_TITLE', '');
if( !defined('FOOTER')) define( 'FOOTER', 'D\'après les premières versions de <a href="http://sebsauvage.net">SebSauvage</a> et <a href="http://bohwaz.net/">Bohwaz</a>.');

Expand Down

0 comments on commit f4f5769

Please sign in to comment.