05-25-2016, 10:57 AM
Those are part of the $lang associative array in navigation.php that is used to provide named variables for commonly used terms or phrases to make translation to another language easier (in theory...not entirely consistent yet). By updating the array, you would only change text in one place, but it would then update everywhere it was used.
It isn't very clear how this could be throwing an error (or rather, not displaying correctly), since it is just a php short tag (which is used gratuitously through the code) and an associative array index.
I will take a look at the referencing you mentioned to see...
It isn't very clear how this could be throwing an error (or rather, not displaying correctly), since it is just a php short tag (which is used gratuitously through the code) and an associative array index.
I will take a look at the referencing you mentioned to see...