/usr/share/openguides/templates/navbar_locales.tt is in openguides 0.76-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | [% IF config.enable_common_locales %]
<div id="navbar_locales">
<div class="navbar_group_title">Locales:</div>
<ul class="navbar_group">
[% FOREACH loc = [ 'North', 'South', 'East', 'West', 'Central' ] %]
<li><a href="[% config.script_url _ config.script_name %]?id=Locale_[% loc %]">[% loc %]</a></li>
[% END %]
</ul>
</div>
[% END %]
|