Add view and hsset link parameters

Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
This commit is contained in:
2024-10-30 11:53:02 -07:00
parent 64140b7cd9
commit d59958f110
4 changed files with 80 additions and 35 deletions

View File

@@ -0,0 +1,7 @@
<?php
$magicWords = [];
$magicWords['en'] = [
'glmv_view' => [ 1, "view=$1" ],
'glmv_hsset' => [1, "set=$1"]
];