Typical template directory structure/ja: Difference between revisions
From Joomla! Documentation
Created page with "典型的なテンプレートのディレクトリ構造" |
Created page with "Joomla!の典型的なテンプレートは、以下のディレクトリを含んでいます: *css - すべての.cssファイル *html - コア出力とモジュールク..." |
||
| Line 1: | Line 1: | ||
<noinclude><languages /></noinclude> | <noinclude><languages /></noinclude> | ||
Joomla!の典型的なテンプレートは、以下のディレクトリを含んでいます: | |||
* css - | *css - すべての.cssファイル | ||
* html - | *html - コア出力とモジュールクロム用のテンプレートの上書きファイル | ||
* images - | *images - テンプレートで使用するすべての画像 | ||
* language - | *language - テンプレートで使用する追加言語ファイル | ||
Depending on the complexity and design of the template is may also contain: | Depending on the complexity and design of the template is may also contain: | ||
Revision as of 10:42, 27 April 2019
Joomla!の典型的なテンプレートは、以下のディレクトリを含んでいます:
- css - すべての.cssファイル
- html - コア出力とモジュールクロム用のテンプレートの上書きファイル
- images - テンプレートで使用するすべての画像
- language - テンプレートで使用する追加言語ファイル
Depending on the complexity and design of the template is may also contain:
- javascript - contains supporting JavaScript used by the template for added functionality
Example structure with files
Typical path of a template is <root>/public_html/domain-name/template/<name of your template> which will contain the following directories and files based on your template.
/css /html /images /javascript /language component.php error.php favicon.ico index.php templateDetails.xml template_preview.png template_thumbnail.png