From 3f2fda3053d6023dd7257fee5afdde5f4dec20b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaussoin=20Timoth=C3=A9e?= Date: Wed, 23 Sep 2015 23:27:16 +0200 Subject: [PATCH] Fix the path of the Emojis pictures --- app/widgets/Chat/Chat.php | 5 ++ app/widgets/Chat/_chat_smiley.tpl | 108 +++++++++++++++--------------- 2 files changed, 59 insertions(+), 54 deletions(-) diff --git a/app/widgets/Chat/Chat.php b/app/widgets/Chat/Chat.php index e3e675835..5966dedc0 100644 --- a/app/widgets/Chat/Chat.php +++ b/app/widgets/Chat/Chat.php @@ -528,6 +528,11 @@ class Chat extends WidgetBase else return true; } + function getSmileyPath($id) + { + return BASE_URI.'/themes/material/img/emojis/large/'.$id.'.png'; + } + function display() { $this->view->assign('jid', false); diff --git a/app/widgets/Chat/_chat_smiley.tpl b/app/widgets/Chat/_chat_smiley.tpl index 4b49d737b..94971f77d 100644 --- a/app/widgets/Chat/_chat_smiley.tpl +++ b/app/widgets/Chat/_chat_smiley.tpl @@ -2,76 +2,76 @@ - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + +
:joy::smiley::smile::laughing::heart_eyes::wink::joy::smiley::smile::laughing::heart_eyes::wink:
:angry::stuck_out_tongue_winking_eye::stuck_out_tongue_closed_eyes::unamused::sweat::confounded::angry::stuck_out_tongue_winking_eye::stuck_out_tongue_closed_eyes::unamused::sweat::confounded:
:cry::triumph::disappointed_relieved::sleepy::sob::scream::cry::triumph::disappointed_relieved::sleepy::sob::scream:
:banana::apple::blossom::cactus::rose::mushroom::banana::apple::blossom::cactus::rose::mushroom:
:hamburger::pizza::poultry_leg::rice::ramen::sushi::hamburger::pizza::poultry_leg::rice::ramen::sushi:
:bath::headphones::video_game::ticket::briefcase::school_satchel::bath::headphones::video_game::ticket::briefcase::school_satchel:
:bulb::telephone_receiver::fire::clock1::email::pencil2::bulb::telephone_receiver::fire::clock1::email::pencil2:
:kiss::hearts::pill::hankey::coffee::alarm_clock::kiss::hearts::pill::hankey::coffee::alarm_clock:
:pig::monkey_face::dog::frog::hamster::bear::pig::monkey_face::dog::frog::hamster::bear: