Skip to content

Instantly share code, notes, and snippets.

View gskema's full-sized avatar

Gytis Šk. gskema

  • Kaunas, Lithuania
View GitHub Profile
@gskema
gskema / blockuserinfo.php
Last active August 29, 2015 14:20
Overrding PrestaShop module instance class
<?php
if (!defined('_PS_VERSION_'))
exit;
class BlockUserInfoOverride extends BlockUserInfo
{
public function hookDisplayNav($params)
{
return '<div class="header_user_info"><a>Test</a></div>';
@gskema
gskema / loading-overlay.css
Last active November 28, 2016 15:45
CSS loading overlay with a spinner
/* *spinner image not included */
.loading {
position: relative;
pointer-events: none;
cursor: not-allowed;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;