New Zenner
- Join Date:
- Aug 2006
- Posts:
- 3
- Plugin Contributions:
- 0
How-to insert "sidebox content" in the header ?
Hello everybody.
I am making a new template.
I want to show all languages available in my header.
I know I have to edit my includes/templates/NEW_TEMP/common/tpl_header.php
I tryed a
require('includes/modules/sideboxes/languages.php');
or a
require('includes/templates/NEW_TEMP/sideboxes/languages.php');
But both crash.
For inc/module : templates/NEW_TEMP/ : $column_box_default is not defined.
For inc/templates/ : $lng->catalog_languages seems to be null.
How can I have the languages in the header ? Have I to write a new module ?
Thanks.