diff options
author | Cesar G <prototech91@gmail.com> | 2014-05-27 08:12:06 -0700 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2015-02-25 20:01:53 -0800 |
commit | 4565cac049be02e452de5707fdc692d624bdac8b (patch) | |
tree | b7c218cd1d14d8a4718d0e749118d01e82b1edfd /phpBB/docs/auth_api.html | |
parent | e29e0e5018ee0f783ad8d5b8a6a93fec1d5800b3 (diff) | |
download | forums-4565cac049be02e452de5707fdc692d624bdac8b.tar forums-4565cac049be02e452de5707fdc692d624bdac8b.tar.gz forums-4565cac049be02e452de5707fdc692d624bdac8b.tar.bz2 forums-4565cac049be02e452de5707fdc692d624bdac8b.tar.xz forums-4565cac049be02e452de5707fdc692d624bdac8b.zip |
[ticket/12599] Move documentation stylesheet to assets directory.
PHPBB3-12599
Diffstat (limited to 'phpBB/docs/auth_api.html')
-rw-r--r-- | phpBB/docs/auth_api.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/docs/auth_api.html b/phpBB/docs/auth_api.html index 0ff2fca554..1049c2e56d 100644 --- a/phpBB/docs/auth_api.html +++ b/phpBB/docs/auth_api.html @@ -6,7 +6,7 @@ <meta name="description" content="This is an explanation of how to use the phpBB auth/acl API" /> <title>phpBB3 • Auth API</title> -<link href="stylesheet.css" rel="stylesheet" type="text/css" media="screen, projection" /> +<link href="assets/css/stylesheet.css" rel="stylesheet" type="text/css" media="screen, projection" /> </head> |