From e29e0e5018ee0f783ad8d5b8a6a93fec1d5800b3 Mon Sep 17 00:00:00 2001 From: Cesar G Date: Tue, 27 May 2014 08:10:32 -0700 Subject: [ticket/12599] Remove corner images from documentation style. PHPBB3-12599 --- phpBB/docs/coding-guidelines.html | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'phpBB/docs/coding-guidelines.html') diff --git a/phpBB/docs/coding-guidelines.html b/phpBB/docs/coding-guidelines.html index 98cfe0e717..541d39ac2c 100644 --- a/phpBB/docs/coding-guidelines.html +++ b/phpBB/docs/coding-guidelines.html @@ -16,7 +16,7 @@ @@ -40,7 +40,7 @@

Coding Guidelines


@@ -97,7 +97,7 @@

1. Defaults

-
+
@@ -274,7 +274,7 @@ PHPBB_QA (Set board to QA-Mode, which means the updater also c -
+

@@ -282,7 +282,7 @@ PHPBB_QA (Set board to QA-Mode, which means the updater also c

2. Code Layout/Guidelines

-
+
@@ -1169,14 +1169,14 @@ append_sid("{$phpbb_root_path}memberlist.$phpEx", 'mode=group& -
+

3. Styling

-
+

3.i. Style Config Files

@@ -1252,14 +1252,14 @@ parent = prosilver -
+

4. Templating

-
+

4.i. General Templating

@@ -1748,7 +1748,7 @@ This may span multiple lines. -
+

@@ -1758,7 +1758,7 @@ This may span multiple lines.

5. Character Sets and Encodings

-
+
@@ -1821,7 +1821,7 @@ if (utf8_case_fold_nfc($string1) == utf8_case_fold_nfc($string2)) -
+

@@ -1829,7 +1829,7 @@ if (utf8_case_fold_nfc($string1) == utf8_case_fold_nfc($string2))

6. Translation (i18n/L10n) Guidelines

-
+
@@ -2538,7 +2538,7 @@ if (utf8_case_fold_nfc($string1) == utf8_case_fold_nfc($string2)) -
+

@@ -2546,7 +2546,7 @@ if (utf8_case_fold_nfc($string1) == utf8_case_fold_nfc($string2))

7. Copyright and disclaimer

-
+
@@ -2556,7 +2556,7 @@ if (utf8_case_fold_nfc($string1) == utf8_case_fold_nfc($string2)) -
+
-- cgit v1.2.1