| View previous topic :: View next topic |
| Author |
Message |
osb
Joined: 18 May 2003 Posts: 12
|
Posted: Thu Jun 12, 2003 1:20 am Post subject: Can i configure the yellow theme how default ? |
|
|
| I would like to have the yellow how default theme and take off the box about change style. Is possible ? |
|
| Back to top |
|
 |
PHPWebScripts Richard - Admin
Joined: 13 Jan 2003 Posts: 5693
|
Posted: Thu Jun 12, 2003 2:07 am Post subject: |
|
|
Delete file "styles.css" and rename "Yellow.css" to "style.css". It makes the yellow style default.
To remove the style select box: open template (it's in folder data/templates) "_in1.txt" in a text editor and remove these lines:
<TABLE cellSpacing=0 cellPadding=3 width="100%" border=0 class="table3"><TBODY>
<form method="GET" action="styles.php">
<TR><TD class="cell3" align="center" nowrap>
<span class="text10">Select Style</span></td></tr>
<TR><TD class="cell2" align="center" nowrap>
<select name="style" class="field2" onchange="this.form.submit()">
<option value="0">Default</option>
#%styles%#
</select><br>
<input type="submit" value="Select" name="B1" class="button1"></span></td></tr></form>
</tbody></table>
<br>
|
|
|
| Back to top |
|
 |
|