diff options
author | Igor Wiedler <igor@wiedler.ch> | 2011-07-17 10:55:08 +0200 |
---|---|---|
committer | Igor Wiedler <igor@wiedler.ch> | 2011-07-17 10:55:08 +0200 |
commit | b98fca54b0fd0e9aaca2f0f12ae9bcae14d014ec (patch) | |
tree | e926331b5e7975116fb4cb3e2d7de26f7553b9f4 /phpBB/docs/coding-guidelines.html | |
parent | 17bf983cdc9de05273d0279af5f0b5043d3d53b4 (diff) | |
download | forums-b98fca54b0fd0e9aaca2f0f12ae9bcae14d014ec.tar forums-b98fca54b0fd0e9aaca2f0f12ae9bcae14d014ec.tar.gz forums-b98fca54b0fd0e9aaca2f0f12ae9bcae14d014ec.tar.bz2 forums-b98fca54b0fd0e9aaca2f0f12ae9bcae14d014ec.tar.xz forums-b98fca54b0fd0e9aaca2f0f12ae9bcae14d014ec.zip |
[ticket/10155] Briefly explain assets in coding-guidelines
PHPBB3-10155
Diffstat (limited to 'phpBB/docs/coding-guidelines.html')
-rw-r--r-- | phpBB/docs/coding-guidelines.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/docs/coding-guidelines.html b/phpBB/docs/coding-guidelines.html index 66b6e8d953..4a126f0144 100644 --- a/phpBB/docs/coding-guidelines.html +++ b/phpBB/docs/coding-guidelines.html @@ -269,7 +269,7 @@ PHPBB_QA (Set board to QA-Mode, which means the updater also c <p>Path locations for the following template variables are affected by this too:</p> <ul> - <li>{T_ASSETS_PATH} - assets</li> + <li>{T_ASSETS_PATH} - assets (non-style specific, static resources)</li> <li>{T_THEME_PATH} - styles/xxx/theme</li> <li>{T_TEMPLATE_PATH} - styles/xxx/template</li> <li>{T_SUPER_TEMPLATE_PATH} - styles/xxx/template</li> |