Skip to content

Commit

Permalink
sup
Browse files Browse the repository at this point in the history
  • Loading branch information
blurkness committed Jul 22, 2016
1 parent 89e52d8 commit 1b55076
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions bootstrap.php
Expand Up @@ -12,6 +12,7 @@ function (ConfigureFormatter $event)
$base_url = $protocol.$_SERVER['HTTP_HOST'];
$base_url .= str_replace(basename($_SERVER['SCRIPT_NAME']),"",$_SERVER['SCRIPT_NAME']);
$base_url = rtrim($base_url, "/");

$event->configurator->Emoticons->add(':-D', '<img src="'.$base_url.'/assets/emos/icon_biggrin.gif" alt=":-D" title="OMG">');
$event->configurator->Emoticons->add(':-)', '<img src="'.$base_url.'/assets/emos/icon_smile.gif" alt=":omg3:" title="OMG">');
$event->configurator->Emoticons->add(':-(', '<img src="'.$base_url.'/assets/emos/icon_sad.gif" alt=":omg3:" title="OMG">');
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -15,7 +15,7 @@
"icon": {
"name": "smile-o",
"backgroundColor": "#14191F",
"color": "#D85200"
"color": "#E7712E"
}
}
},
Expand Down

0 comments on commit 1b55076

Please sign in to comment.