Configuring the template is a simple process.
Just edit the templateConfig.inc.php file
in the root of the jw_inetgazette template folder.
The file looks like this:
<?php
/***********************************************
**** This code below allows you to change ****
**** Some template configuration options ****
***********************************************/
$template_width = "wide"; // thin|wide|full
$template_sytle = "dark"; // dark|light|beige|pga
$template_align = "center"; // center|left
?>
As you can see, even the default configuration provides
the ability to create 24 different configurations.
Time to create page: 0.057 seconds