The theme Hobugt can be uploaded the same way as any standard theme.



THEME.PHP



This theme has removed all tables from its functions except two. One is the table that contains the banner in the header. The other is the table that contains all contents between header and footer. It is opened at the end of the function render_header and gets closed at the beginning of render_footer.



In the function opensidex() the usual "$boxname = str_replace(" ", "", $title);" has been replaced with "$boxname=stripchar($title);". This is a function that has been added to the theme.php, and it does that we can use non-English characters in the title of collapsable panels without failing a w3c validation.



In the functions of the theme, ordinary html has been separated from php, which might help you to make your own modifications without knowing php. Just don't touch the lines that are surrounded by '<?php' and '?>'.



The function that creates the head uses the functions from the script theme_functions_include.php somwhat more freely than usually. That can be done if you know how those functions work. Have a look at the Theme Analyses at http://themes.php-fusion.co.uk. 



STYLES.CSS



The theme uses colours from the banner. So with a different banner it would be good to make some changes in the styles.css. Here is a list of the most important declarations to modify:



Head: full-header, header-h, and header-v.

Foot: footer.

News subject and Welcome message head: capmain.

Panel subject: scapmain.





Johs. Lind,

johslind.dk / hobugt.dk / geltzer.dk





