テーマを作成するには:
1.近いテーマをコピーする
2.コピーしたテーマのconfig.phpを変更する
  $theme_name と $theme_description
3.あとはスタイルシートなどを変更する

インストールディレクトリ内のconfig.phpのdefault_moduleを変更するとデフォルトのページが変更できる。


Admin
  System
    System settings
      Upload a new logo (it won't change immediately)
    Locale settings
    Currencies
  Users
    Create User (You cannot delete users but you can deactivate them.)
  Email
    Email settings
  Studio
    Configure Tabs

Change theme
  /style.css
    .header {    
      background-color: #006699;
      }
    a.myAreaLink:link, a.myAreaLink:visited {
      color: #ccc;
      text-decoration: none;
      }
  /header.html
    {IMAGE_PATH}company_logo2.png

  /cache/dashlets/dashlets.php
    comment out unnecessary dashlets
  /modules/Home/index.php
    changed $defaultDashlets
  /config.php
    changed 'default_theme'