diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2008-10-25 14:16:17 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-10-25 14:16:17 +0000 |
commit | 5d9306c5128f45cfc9a448ce888b725bbc4408b8 (patch) | |
tree | 9801c5be21e1ddf318c206122c144d46013eda6e /phpBB/docs/coding-guidelines.html | |
parent | fe4a53b76e7e55eafce56d502737ad3f5dcf2423 (diff) | |
download | forums-5d9306c5128f45cfc9a448ce888b725bbc4408b8.tar forums-5d9306c5128f45cfc9a448ce888b725bbc4408b8.tar.gz forums-5d9306c5128f45cfc9a448ce888b725bbc4408b8.tar.bz2 forums-5d9306c5128f45cfc9a448ce888b725bbc4408b8.tar.xz forums-5d9306c5128f45cfc9a448ce888b725bbc4408b8.zip |
up the version number
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9036 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs/coding-guidelines.html')
-rw-r--r-- | phpBB/docs/coding-guidelines.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/docs/coding-guidelines.html b/phpBB/docs/coding-guidelines.html index 06ff249b97..bfd134faac 100644 --- a/phpBB/docs/coding-guidelines.html +++ b/phpBB/docs/coding-guidelines.html @@ -1008,7 +1008,7 @@ append_sid("{$phpbb_root_path}memberlist.$phpEx", 'mode=group&amp; # General Information about this style name = prosilver_duplicate copyright = © phpBB Group, 2007 - version = 3.0.2 + version = 3.0.3 required_template = prosilver required_theme = prosilver required_imageset = prosilver @@ -1081,7 +1081,7 @@ append_sid("{$phpbb_root_path}memberlist.$phpEx", 'mode=group&amp; <div class="content"> <a name="templates"></a><h3>4.i. General Templating</h3> - + <h4>File naming</h4> <p>Firstly templates now take the suffix ".html" rather than ".tpl". This was done simply to make the lifes of some people easier wrt syntax highlighting, etc.</p> @@ -1469,7 +1469,7 @@ div </fieldset> </form> </pre></div><br /> - + <a name="inheritance"></a><h3>4.ii. Template Inheritance</h3> <p>When basing a new template on an existing one, it is not necessary to provide all template files. By declaring the template to be "<strong>inheriting</strong>" in the template configuration file.</p> @@ -1483,7 +1483,7 @@ div # General Information about this template name = inherits copyright = © phpBB Group, 2007 - version = 3.0.2 + version = 3.0.3 # Defining a different template bitfield template_bitfield = lNg= |