building my first theme i have some trouble with buttons an links...
as example in /admin/build/block/configure/block/6 the first submit-button do nothing, that one at the bottom close the block, but no changes are saved.
the inks in the left an the right column are shown with the css-style for links, but doesn't work as links...
what have I done
I want to port the theme of my shop ( http://www.scoutladen.de/shop ) to my drupal site ( http://www.scoutladen.de/drupal )
First I copy the code from the shop and replace everything for drupal (codesnippets from the bluemarine-theme) an name this page.tpl.php
I copy the style.css from my shop to the new drupal-theme, with minor changes and some code from the style.css frome bluemarine.
i made some changes for block.tpl.php and node.tpl.php
for my users everything seams to be ok. but in the backend i found the problem above.
what can I do, where can I look?
my page.tpl.php
print $language
" xml:lang=" print $language
">
print $head_title
print $head
print $styles
print $scripts