You are not logged in.
How can I get contact form inserted at the beginning of the page instead of the end
Offline
Position of modules depend on theme.php file in your theme.
Edit file data/themes/your_theme/theme.php and find sth like (probably):
<?php theme_content(); ?>
<?php theme_area('main'); ?>Add change it into:
<?php theme_area('main'); ?>
<?php theme_content(); ?>But remember that this will work for all modules you have - like albums and blog. Those modules will be displayed alvays before content.
A_Bach
Offline
I have in the theme file only :
$themedir = "euphoric";
$themename = "Euphoric";
Offline
data/themes/euphoric/theme.php file!
Offline
You're wrong this template's index page and arranged thanks
Offline
Hello, it really interesting, thanks www.pluck-cms.org
Offline