diff options
Diffstat (limited to 'template/profile.st')
| -rw-r--r--[-rwxr-xr-x] | template/profile.st | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/template/profile.st b/template/profile.st index 855f8e2..918e659 100755..100644 --- a/template/profile.st +++ b/template/profile.st @@ -1,16 +1,12 @@ - <html> <head> <title>$nick$'s dump.fm</title> <META NAME="keywords" CONTENT="dump.fm, image chat, realtime, internet 3.0, dump, dump fm, image dump, pictures, image links, image board"> <META NAME="description" CONTENT="Talk with pictures!"> $head()$ - <link rel="stylesheet" type="text/css" media="screen" - href="/static/profile.css"> - <script src="/static/jquery.editinplace.1.0.1.packed.js" - type="text/javascript"></script> + <link rel="stylesheet" type="text/css" media="screen" href="/static/css/profile.css"> + <script src="/static/js/jquery.editinplace.1.0.1.packed.js" type="text/javascript"></script> <script src="/static/js/ajaxupload.js"></script> - <script type="text/javascript" src="/static/jquery.editinplace.1.0.1.packed.js"></script> <script> jQuery(document).ready(initProfile); </script> |
