Skip to content

Commit

Permalink
#98 Rename dashboard to Backstage
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick committed Aug 6, 2013
1 parent 7503564 commit 5de1b75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/common.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
exit('The constant FORUM_ROOT must be defined and point to a valid FluxBB installation root directory.');

// Define the version and database revision that this code was written for
define('FORUM_VERSION', '2.0-beta.1');
define('FORUM_VERSION', '2.0-beta.1.1');

define('FORUM_DB_REVISION', 24);
define('FORUM_SI_REVISION', 2);
Expand Down
2 changes: 1 addition & 1 deletion include/template/admin.tpl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!doctype html>
<html>
<head>
<title>ModernBB &middot; Dashboard</title>
<title>ModernBB &middot; Backstage</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="admin/css/bootstrap.css" />
<link rel="stylesheet" type="text/css" href="admin/css/style.css" />
Expand Down

0 comments on commit 5de1b75

Please sign in to comment.