{THEME_SELECT_LIST} in theme.php? {THEME_SELECT_LIST} in theme.php?
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

{THEME_SELECT_LIST} in theme.php?

Started by Crrash, August 27, 2005, 10:57:04 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Crrash

for the main menu i added a table (in the theme.php) looking like this

__________________________________________
|____________________A____________________|
|__B__|______________C_______________|__D__|

in cell "A" cell "C" and Cell "D" i put the normal main menu buttons

cell "B" has a background which looks like the buttons, but without the inscription
in Cell "B" i want to put the theme select dropdown list

all the buttons (including the background of cell "B") have perfect transitions to the buttons to the left and right, so there shouldnt be any borders between the background of cell "B" and the first button of cell "C"

the problem is, that {THEME_SELECT_LIST} wont work in theme.php what can i do to insert the dropdown menu at that place?