mirror of
https://github.com/vrana/adminer.git
synced 2026-01-31 20:00:15 +01:00
Plugins: Link screenshot
This commit is contained in:
@@ -12,6 +12,13 @@ abstract class Plugin {
|
||||
return $this->lang('');
|
||||
}
|
||||
|
||||
/** Get URL of plugin screenshot
|
||||
* @return string
|
||||
*/
|
||||
function screenshot() {
|
||||
return "";
|
||||
}
|
||||
|
||||
/** Translate a string from static::$translations; use Adminer\lang() for strings used by Adminer
|
||||
* @param literal-string $idf
|
||||
* @param float|string $number
|
||||
|
||||
Reference in New Issue
Block a user