mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 12:03:21 +01:00
[ticket/12286] style.php and imagesets dont exist anymore
PHPBB3-12286
This commit is contained in:
parent
ac5a808ff3
commit
45857fe5c9
@ -216,7 +216,7 @@ class ...
|
||||
<li><strong>ucp</strong><br /><code>ucp.php</code>, <code>/includes/ucp</code><br />User Control Panel</li>
|
||||
<li><strong>utf</strong><br /><code>/includes/utf</code><br />UTF8-related functions/classes</li>
|
||||
<li><strong>search</strong><br /><code>/includes/search</code>, <code>search.php</code><br />Search System</li>
|
||||
<li><strong>styles</strong><br /><code>/styles</code>, <code>style.php</code><br />phpBB Styles/Templates/Themes/Imagesets</li>
|
||||
<li><strong>styles</strong><br /><code>/styles</code><br />phpBB Styles/Templates/Themes</li>
|
||||
</ul>
|
||||
|
||||
<a name="constants"></a><h3>1.iv. Special Constants</h3>
|
||||
@ -260,8 +260,6 @@ PHPBB_QA (Set board to QA-Mode, which means the updater also c
|
||||
<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>
|
||||
<li>{T_IMAGESET_PATH} - styles/xxx/imageset</li>
|
||||
<li>{T_IMAGESET_LANG_PATH} - styles/xxx/imageset/yy</li>
|
||||
<li>{T_IMAGES_PATH} - images/</li>
|
||||
<li>{T_SMILIES_PATH} - $config['smilies_path']/</li>
|
||||
<li>{T_AVATAR_PATH} - $config['avatar_path']/</li>
|
||||
@ -269,7 +267,7 @@ PHPBB_QA (Set board to QA-Mode, which means the updater also c
|
||||
<li>{T_ICONS_PATH} - $config['icons_path']/</li>
|
||||
<li>{T_RANKS_PATH} - $config['ranks_path']/</li>
|
||||
<li>{T_UPLOAD_PATH} - $config['upload_path']/</li>
|
||||
<li>{T_STYLESHEET_LINK} - styles/xxx/theme/stylesheet.css (or link to style.php if css is parsed dynamically)</li>
|
||||
<li>{T_STYLESHEET_LINK} - styles/xxx/theme/stylesheet.css</li>
|
||||
<li>New template variable {BOARD_URL} for the board url + script path.</li>
|
||||
</ul>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user