laemmi / laemmi-yourls-plugin-theme
Plugin for YOURLS. Nice Theme.
Installs: 54
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 1
Open Issues: 0
Type:yourls-plugin
Requires
This package is auto-updated.
Last update: 2024-10-20 02:21:18 UTC
README
Plugin for YOURLS 1.7
Description
Nice theme for yourls as plugin You must install "laemmi-yourls-default-tools" first.
Installation
Go to project dir of yourls and enter
composer require laemmi/laemmi-yourls-plugin-theme
Go to the YOURLS Plugins administration page and activate the plugin.
Available config values
Add your own page name
define('LAEMMI_THEME_PAGE_NAME', 'My name');
Add your own sub page name
define('LAEMMI_THEME_PAGE_SUBNAME', 'My Subname');
if you want to use a navbar in footer add
define('LAEMMI_THEME_FOOTER_NAV', json_encode([
'LINK' => 'NAME'
]));