Typical template directory structure/ja: Difference between revisions

From Joomla! Documentation

Yui (talk | contribs)
Created page with "テンプレートのデザインや複雑な機能に応じても含まれることがあります: *javascript - 機能をテンプレートに追加するためのJavaScript"
Yui (talk | contribs)
Created page with "====ファイル構造の例===="
Line 9: Line 9:
*javascript - 機能をテンプレートに追加するためのJavaScript
*javascript - 機能をテンプレートに追加するためのJavaScript


====Example structure with files====
====ファイル構造の例====
Typical path of a template is <code><root>/public_html/domain-name/template/<name of your template></code> which will contain the following directories and files based on your template.
Typical path of a template is <code><root>/public_html/domain-name/template/<name of your template></code> which will contain the following directories and files based on your template.
<pre>
<pre>

Revision as of 10:44, 27 April 2019

Joomla!の典型的なテンプレートは、以下のディレクトリを含んでいます:

  • css - すべての.cssファイル
  • html - コア出力とモジュールクロム用のテンプレートの上書きファイル
  • images - テンプレートで使用するすべての画像
  • language - テンプレートで使用する追加言語ファイル

テンプレートのデザインや複雑な機能に応じても含まれることがあります:

  • javascript - 機能をテンプレートに追加するためのJavaScript

ファイル構造の例

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