Typical template directory structure/ja: Difference between revisions

From Joomla! Documentation

Yui (talk | contribs)
Created page with "Joomla!の典型的なテンプレートは、以下のディレクトリを含んでいます: *css - すべての.cssファイル *html - コア出力とモジュールク..."
Yui (talk | contribs)
Created page with "テンプレートのデザインや複雑な機能に応じても含まれることがあります: *javascript - 機能をテンプレートに追加するためのJavaScript"
Line 6: Line 6:
*language - テンプレートで使用する追加言語ファイル
*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
*javascript - 機能をテンプレートに追加するためのJavaScript


====Example structure with files====
====Example structure with files====

Revision as of 10:44, 27 April 2019

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

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

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

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

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