[comment]
ui_name: fortune
ui_type: component
ui_class: vertical
ui_group: info
ui_label: Random saying

banner:
	code: banner
	default: [L]Just a thought...[/L]
	label: Banner Foo
	type: text
	width: 33

short:
	default: 1
	label: Short only?
	type: yesno

[/comment]
<!-- BEGIN COMPONENT [control component fortune] -->

  <table width="95%" align=center>

  <tr> 
    <td class=categorybar valign=top>
      <table border=0 cellspacing=0 cellpadding=2>
      <tr>
        <td align=center class=categorybar>
		[control name=banner default="[L]Just a thought...[/L]"]
		</td>
      </tr>
      <tr>
		<td valign=top align=left class="titletab_small">
		[fortune short="[control short yes]"]
		</td>
      </table>
    </td>
  </tr>
  </table>

<!-- END COMPONENT [control component fortune] -->
