カスタマイズ/テーマ: Difference between revisions
From Mahara Wiki
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
Mahara's element classes, default themes, and the procedure for creating and modifying themes are very different in Mahara 1.1 and 1.2. | Mahara's element classes, default themes, and the procedure for creating and modifying themes are very different in Mahara 1.1 and 1.2. | ||
* [[ | * [[カスタマイズ/テーマ/1.1|Mahara 1.1テーマ]] | ||
* [[ | * [[カスタマイズ/テーマ/1.2|Mahara 1.2テーマ]] | ||
* <span class="Apple-style-span" style="line-height: normal">[[Customising/Themes/Mahara 1.3 Themes|Mahara 1.3 Themes]]</span> | * <span class="Apple-style-span" style="line-height: normal">[[Customising/Themes/Mahara 1.3 Themes|Mahara 1.3 Themes]]</span> | ||
* [[ | * [[カスタマイズ/テーマ/Migrating themes from 1.1 to 1.2|Migrating themes from 1.1 to 1.2]] | ||
===Subpages=== | ===Subpages=== | ||
* [[ | * [[カスタマイズ/テーマ/1.1|Mahara 1.1のテーマカスタマイズ]] | ||
* [[ | * [[カスタマイズ/テーマ/1.2|Mahara 1.2のテーマカスタマイズ]] | ||
* [[ | * [[カスタマイズ/テーマ/Differences_between_Smarty_and_Dwoo|Differences between Smarty and Dwoo]] | ||
* [[ | * [[カスタマイズ/テーマ/Mahara_1.3_Themes|Mahara 1.3 Themes]] | ||
* [[ | * [[カスタマイズ/テーマ/Migrating_themes_from_1.1_to_1.2|Migrating themes from 1.1 to 1.2]] |
Revision as of 05:23, 6 Haziran 2011
作成中です - mits
Maharaテーマは一連のSmartyテンプレート、CSSスタイルシート、イメージおよび簡単な設定ファイルで構成されます。それぞれのテーマはhtdocs/theme
配下のサブディレクトリにインストールされます。しかし、Maharaのプラグイン構造のため、テーマのためのいくつかのテンプレートファイルはhtdocs/theme
ではなく、プラグインディレクトリ内に入れられます。
Mahara themes support inheritance from "parent" themes. If a theme specifies a parent, then it only needs to override things that are not defined by the parent theme. This means that you can often create a theme just by writing a new CSS file, and maybe overriding some images. Copying all of the templates is not required.
Mahara's element classes, default themes, and the procedure for creating and modifying themes are very different in Mahara 1.1 and 1.2.