Acesskeys updated
This commit is contained in:
parent
3c84a22b32
commit
52e925559e
2 changed files with 4 additions and 1 deletions
|
@ -34,6 +34,9 @@ General
|
||||||
* y - for you
|
* y - for you
|
||||||
* f - followers
|
* f - followers
|
||||||
* h - what's hot
|
* h - what's hot
|
||||||
|
* i - Images
|
||||||
|
* v - Videos
|
||||||
|
* d - Audio
|
||||||
|
|
||||||
../profile
|
../profile
|
||||||
--------
|
--------
|
||||||
|
|
|
@ -173,7 +173,7 @@ class Channel extends BaseModule
|
||||||
'sel' => self::$content == self::AUDIO ? 'active' : '',
|
'sel' => self::$content == self::AUDIO ? 'active' : '',
|
||||||
'title' => $this->l10n->t('Posts with audio'),
|
'title' => $this->l10n->t('Posts with audio'),
|
||||||
'id' => 'channel-audio-tab',
|
'id' => 'channel-audio-tab',
|
||||||
'accesskey' => 'a'
|
'accesskey' => 'd'
|
||||||
];
|
];
|
||||||
|
|
||||||
$tab_tpl = Renderer::getMarkupTemplate('common_tabs.tpl');
|
$tab_tpl = Renderer::getMarkupTemplate('common_tabs.tpl');
|
||||||
|
|
Loading…
Reference in a new issue