hypejunction/ui_dock

Icon dock

Installs: 44

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:CSS

Type:elgg-plugin

1.0.0 2016-02-05 16:17 UTC

This package is auto-updated.

Last update: 2024-03-29 02:50:26 UTC


README

Elgg 2.0

Features

  • Responsive icon dock menu

Dock

Usage

  • In plugin settings, you can configure URLs for common social icons

  • To add a new item, just register a menu item for the dock menu:

elgg_register_menu_item('dock', array(
	'name' => 'login',
	'text' => elgg_view_icon('lock'),
	'href' => 'login',
));