From 45857fe5c965ea79c734f8f831210ae74558c1f1 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 18 Mar 2014 09:18:41 +0100 Subject: [ticket/12286] style.php and imagesets dont exist anymore PHPBB3-12286 --- phpBB/docs/coding-guidelines.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'phpBB/docs/coding-guidelines.html') diff --git a/phpBB/docs/coding-guidelines.html b/phpBB/docs/coding-guidelines.html index f2891e9b95..9d3e69decc 100644 --- a/phpBB/docs/coding-guidelines.html +++ b/phpBB/docs/coding-guidelines.html @@ -216,7 +216,7 @@ class ...
  • ucp
    ucp.php, /includes/ucp
    User Control Panel
  • utf
    /includes/utf
    UTF8-related functions/classes
  • search
    /includes/search, search.php
    Search System
  • -
  • styles
    /styles, style.php
    phpBB Styles/Templates/Themes/Imagesets
  • +
  • styles
    /styles
    phpBB Styles/Templates/Themes
  • 1.iv. Special Constants

    @@ -260,8 +260,6 @@ PHPBB_QA (Set board to QA-Mode, which means the updater also c
  • {T_THEME_PATH} - styles/xxx/theme
  • {T_TEMPLATE_PATH} - styles/xxx/template
  • {T_SUPER_TEMPLATE_PATH} - styles/xxx/template
  • -
  • {T_IMAGESET_PATH} - styles/xxx/imageset
  • -
  • {T_IMAGESET_LANG_PATH} - styles/xxx/imageset/yy
  • {T_IMAGES_PATH} - images/
  • {T_SMILIES_PATH} - $config['smilies_path']/
  • {T_AVATAR_PATH} - $config['avatar_path']/
  • @@ -269,7 +267,7 @@ PHPBB_QA (Set board to QA-Mode, which means the updater also c
  • {T_ICONS_PATH} - $config['icons_path']/
  • {T_RANKS_PATH} - $config['ranks_path']/
  • {T_UPLOAD_PATH} - $config['upload_path']/
  • -
  • {T_STYLESHEET_LINK} - styles/xxx/theme/stylesheet.css (or link to style.php if css is parsed dynamically)
  • +
  • {T_STYLESHEET_LINK} - styles/xxx/theme/stylesheet.css
  • New template variable {BOARD_URL} for the board url + script path.
  • -- cgit v1.2.1