xref: /template/navigator/navigator/conf/local.php (revision 448bae0e7f8fbee3d233094e5c4034b30f5f025b)
1<?php
2
3// examples:
4
5// $conf['label_customlink'] = 'Forum';
6// $conf['customlink_url']   = 'forum:start';
7
8// or
9
10// $conf['customlink_url'] = 'https://example.com/forum';
11
12
13$conf['customlink_url'] = 'https://mazungue.com';
14
15