2
I have got this to work using the following code
<div style="display:inline; float: right;">Select Theme<br /><form name="{5C088896-C4CC-4430-A6D8-9DC9D2BE379D}" action="index.php" method="post">
<select name="xoops_theme_select" onchange="submit();" size="1"><option value="blue" selected="selected">blueoption><option value="default">defaultoption><option value="zetagenesis">zetagenesisoption>select><br>(<strong>3strong> themes)<br>
form>
div>
Now in the above code default, zetagenesis and blue are the three themes that are present. But i need to add these names manually. Is there a way that all the themes that are allowed to be selected in the admin general settings be displayed automatically instead of adding each theme manually