Is it possible to define language constants for the ez pages template tpl_page_default?
I can't find any language file which is called by an ez-page.
I tried languages/english/extra_definitions/ez_pages_definitions.php, languages/english/page_default.php or page.php. Or the general english.php
Nothing worked.
I use multilanguage ez-pages and want to use some kind of navigation header with an own text in the template. So i have to use something like this in the template:
<h1 id="ez"><?php echo TITLE_EZPAGE_MAIN; ?></h1>
<h2 id="ez"><?php echo TITLE_EZPAGE_SUB; ?></h2>
In which language file can i put my
define('TITLE_EZPAGE_MAIN','BlaBlaBla');
I don' t want to put this section at the top of every ez-page.


Reply With Quote
but all I did was notice that EZ-Pages are linked by a URL with the EZ-Page ID in it, like this: index.php?main_page=page&id=7
