Thanks for the input. You indirectly answered on of my questions: Does the new sub-directory have to match the name of a custom template? I have
Code:
includes/languages/english/template_msv/
and
Code:
includes/templates/template_msv/
. Changes within meta_tags.php are working all right. But changes within english.ph are not. This is the structure of includes/languages/english/template_msv/
Code:
includes/languages/english/template_msv/
|-english.php
|-meta-tags.php

Originally Posted by
lat9
You said that you've set up your custom template; is it possible that you've misspelled the name of the directory /includes/languages/english/custom when you created it? That's happened to me before ...