Add view and hsset link parameters
Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
This commit is contained in:
7
GlModelHandler.i18n.magic.php
Normal file
7
GlModelHandler.i18n.magic.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
$magicWords = [];
|
||||
|
||||
$magicWords['en'] = [
|
||||
'glmv_view' => [ 1, "view=$1" ],
|
||||
'glmv_hsset' => [1, "set=$1"]
|
||||
];
|
||||
Reference in New Issue
Block a user