Skip to content

Commit

Permalink
GGoffy changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mambax7 committed Dec 25, 2015
1 parent 85ca8c9 commit 25ca2e1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions publisher/admin/clone.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,7 @@ public static function createLogo($dirname)
// unset($func);
}

<<<<<<< HEAD
if (!file_exists($imageBase = $GLOBALS['xoops']->path('modules/' . $dirname . '/assets/images/logo.png')) || !file_exists($font = $GLOBALS['xoops']->path('modules/' . $dirname . '/assets/images/VeraBd.ttf'))) {
=======
if (!file_exists($imageBase = $GLOBALS['xoops']->path('modules/' . $dirname . '/assets/images/module_logo.png')) || !file_exists($font = $GLOBALS['xoops']->path('modules/' . $dirname . '/assets/images/VeraBd.ttf'))) {
>>>>>>> ae6abf5e4e07287b20291c4065df46da32d892a6
return false;
}

Expand All @@ -178,11 +174,7 @@ public static function createLogo($dirname)
$white = imagecolorallocatealpha($imageModule, 255, 255, 255, 127);
imagefill($imageModule, 0, 0, $white);
imagecolortransparent($imageModule, $white);
<<<<<<< HEAD
imagepng($imageModule, $GLOBALS['xoops']->path('modules/' . $dirname . '/assets/images/logo.png'));
=======
imagepng($imageModule, $GLOBALS['xoops']->path('modules/' . $dirname . '/assets/images/module_logo.png'));
>>>>>>> ae6abf5e4e07287b20291c4065df46da32d892a6
imagedestroy($imageModule);

return true;
Expand Down

0 comments on commit 25ca2e1

Please sign in to comment.