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