aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2/template/simple_header.html
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12958] Remove subsilver2 for phpBB 3.2Joas Schilling2014-08-101-24/+0
| | | | PHPBB3-12958
* [ticket/12864] Add template event to header after stylesheetsMatt Friedman2014-07-181-0/+2
| | | | | | https://tracker.phpbb.com/browse/PHPBB3-12864 PHPBB3-12864
* [ticket/12565] Empty anchors introduce white-space in IE11PayBas2014-06-021-1/+1
| | | | PHPBB3-12565
* [ticket/12513] Add simple_header head event with support for CSS assets callsMatt Friedman2014-05-071-0/+5
| | | | PHPBB3-12513
* [ticket/12369] Add template var {BODY_CLASS} to HTML bodyPayBas2014-04-071-1/+1
| | | | | | http://tracker.phpbb.com/browse/PHPBB3-12369 PHPBB3-12369
* [ticket/12301] Template Event overall_header_body_beforeProsk8er2014-03-291-0/+1
| | | | | | add template event overall_header_body_before PHPBB3-12301
* [feature/remove-imagesets] Changing subsilverVjacheslav Trushkin2011-09-041-0/+1
| | | | | | Removing imagesets. Changing subsilver PHPBB3-10336
* [ticket/10258] Add HTML5 meta charset tagIgor Wiedler2011-07-291-0/+1
| | | | | | | This allows knowing the charset when saving web pages to disk. Also, this is supported by all browsers. PHPBB3-10258
* [ticket/10258] Remove the meta charset tagIgor Wiedler2011-07-121-1/+0
| | | | | | | The charset tag is useless, because if a charset content-type header is present it takes precedence. And phpBB always sends such a header. PHPBB3-10258
* [ticket/10258] Remove resource-type and distribution meta tagsIgor Wiedler2011-07-101-2/+0
| | | | | | They break HTML5 validation. PHPBB3-10258
* [ticket/10258] Remove X-UA-Compatible and imagetoolbar meta tagsIgor Wiedler2011-07-101-2/+0
| | | | | | These meta tags are IE specific and do not validate as HTML5. PHPBB3-10258
* [ticket/10258] Change the DOCTYPE to HTML5Igor Wiedler2011-07-091-6/+4
| | | | PHPBB3-10258
* Merge branch 'develop-olympus' into developNils Adermann2011-01-161-1/+0
|\ | | | | | | | | | | | | | | | | * develop-olympus: [ticket/9859] Remove the years from the copyright statements in docs files. [ticket/9859] Remove the year from the copyright meta tag in docs/*.html [ticket/9859] Remove the meta copyright tag as well. [ticket/9859] Remove the credit line comment from all html files. [ticket/9859] Remove years in credit line from some more files.
| * [ticket/9859] Remove the meta copyright tag as well.Andreas Fischer2011-01-161-1/+0
| | | | | | | | PHPBB3-9859
| * - Do not split topic list for topics being promoted to announcements after ↵Meik Sievertsen2008-01-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | been moved to another forum (Bug #18635) - Allow editing usernames within database_update on username cleanup (Bug #18415) - Fixing wrong sync() calls if moving all posts by a member in ACP (Bug #18385) - Check entered imagemagick path for trailing slash (Bug #18205) - Use proper title on index for new/unread posts (Bug #13101) - patch provided by Pyramide - Allow calls to $user->set_cookie() define no cookie time for setting session cookies (Bug #18025) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8310 89ea8834-ac86-4346-8a33-228a782c2dd0
* | [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Closing tags converted using Oleg's script. remove-php-end-tags.py -a . Trailing newlines added using the following where $ext is file extension. find . -type f -name "*.$ext" -print | xargs printf "e %s\nw\n" | ed -s; Extensions: php, css, html, js, xml. PHPBB3-9556
* | [task/restore-subsilver2] Revert removing subsilver2 for Ascraeus development.Nils Adermann2010-08-201-0/+22
| | | | | | | | | | | | This reverts commit ac2b5430aa2e4e75ed7b9372ae39024c22dac915. PHPBB3-9783
* | [task/drop-subsilver2] Removing subsilver2 for Ascraeus development.Nils Adermann2010-05-161-22/+0
| | | | | | | | | | | | | | The discussion about this has taken place on area51: http://area51.phpbb.com/phpBB/viewtopic.php?f=81&t=32496 PHPBB3-9607
* | Copy 3.0.x branch to trunkMeik Sievertsen2009-10-041-0/+22
| | | | | | | | git-svn-id: file:///svn/phpbb/trunk@10211 89ea8834-ac86-4346-8a33-228a782c2dd0
* | remove no longer necessary files... hoorayMeik Sievertsen2008-12-241-22/+0
| | | | | | | | git-svn-id: file:///svn/phpbb/trunk@9221 89ea8834-ac86-4346-8a33-228a782c2dd0
* | - Do not split topic list for topics being promoted to announcements after ↵Meik Sievertsen2008-01-061-1/+1
|/ | | | | | | | | | | | | been moved to another forum (Bug #18635) - Allow editing usernames within database_update on username cleanup (Bug #18415) - Fixing wrong sync() calls if moving all posts by a member in ACP (Bug #18385) - Check entered imagemagick path for trailing slash (Bug #18205) - Use proper title on index for new/unread posts (Bug #13101) - patch provided by Pyramide - Allow calls to $user->set_cookie() define no cookie time for setting session cookies (Bug #18025) git-svn-id: file:///svn/phpbb/trunk@8310 89ea8834-ac86-4346-8a33-228a782c2dd0
* added class for disabled options in ACPMeik Sievertsen2007-05-041-1/+1
| | | | | | | | | | | | | | E_USER_ERROR now using language keys if available [related to #10445] UCP/MCP title tags [#10441] Check $start parameter in viewforum [#10435] Check for postable forum for moving user posts within users ACP [#10433] Show error if admin tries to put forums beneath linked forums [related to #10433] Correctly catch attachments while moving posts [#10431] language change in install.html [#10425] Updated AUTHORS file git-svn-id: file:///svn/phpbb/trunk@7456 89ea8834-ac86-4346-8a33-228a782c2dd0
* ahhh, there are you. I can see a new haircut... looks good.Meik Sievertsen2007-04-011-0/+22
git-svn-id: file:///svn/phpbb/trunk@7263 89ea8834-ac86-4346-8a33-228a782c2dd0