mirror of
https://github.com/Mibew/mibew.git
synced 2024-11-15 16:44:11 +03:00
Clean up ImageGenerator::getWidgetCode method
This commit is contained in:
parent
db7aa3d12a
commit
9c87fadb7d
@ -113,16 +113,12 @@ class ImageGenerator extends TextGenerator
|
||||
}
|
||||
|
||||
/**
|
||||
* Generates HTML coed for Mibew widget.
|
||||
* Generates HTML markup for Mibew widget.
|
||||
*
|
||||
* @return string
|
||||
* @return \Canteen\HTML5\Fragment
|
||||
*/
|
||||
protected function getWidgetCode()
|
||||
{
|
||||
if (!Settings::get('enabletracking')) {
|
||||
return '';
|
||||
}
|
||||
|
||||
$widget_data = array();
|
||||
|
||||
// Get actual invitation style instance
|
||||
|
Loading…
Reference in New Issue
Block a user