1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 23:20:51 +00:00

Change default title

This commit is contained in:
zhengxie
2012-10-23 20:14:12 +08:00
parent 927741d552
commit 0fc71e366e
2 changed files with 2 additions and 2 deletions

View File

@@ -199,7 +199,7 @@ CCNET_APPLET_ROOT = "http://localhost:13420"
# Account initial password, for password resetting.
INIT_PASSWD = '123456'
SEAHUB_TITLE = 'SeaHub'
SEAHUB_TITLE = 'Private SeaCloud'
USE_SUBDOMAIN = False

View File

@@ -4,7 +4,7 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>{{ seahub_title }}</title>
<title>{% if org %}{{ org.org_name }}|{% endif %}{{ seahub_title }}</title>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta name="keywords" content="文件 协作 团队 团体" />
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/ui-lightness/jquery-ui-1.8.16.custom.css" />