I have add ETHICS static page on my OJS 3.02 but looks laki ‘##ETHICS##’ in https://indonesiaprime.or.id/index.php/id/about/ethics
Help me please how to change that look just ‘ETHICS’. Thank You Very much for your help.
38 <a href="{url router=$smarty.const.ROUTE_PAGE page=“about” op=“ethics”}">
39 {translate key=“ethics”}
You should not use the translate
function, just write the text es it is. If using the translate function, you would need to add that key in the English locale.xml file – but because you have only one language you don’t need to.
Best,
Bozana
1 Like
Thank You Very Much :-*