Hi
I'v follwed this zen wiki on creating new pages :
https://www.zen-cart.com/wiki/index....ting_new_pages

All ok, except the language is not getting included... so, no title, or breadcrumb.
I've recheck the file names, are they have the same name.
I'll paste it here:

in modules/pages/ -> special_promos

template -> tpl_special_promos_default

Extra data file -> special_promos
( with define(FILENAME_SPECIAL_PROMOS, 'special_promos'); )

in includes/languages/LANGUAGE/ -> special_promos
( with
define('NAVBAR_TITLE', 'Special Promos');
define('HEADING_TITLE','Special Promos');
)

I guess this should be enough....
Any step that I missing, or not being mentioned in the wiki ?
I think I could get around this, using some other constant... but I would like to do it in the right way.


Thanks