Skip to content
This repository has been archived by the owner on Aug 15, 2018. It is now read-only.

Commit

Permalink
changed all references to Isshen CMS to Ansuz CMS
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Dill committed Aug 23, 2008
1 parent 4c2739f commit 2de25d2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/views/account/index.rhtml
@@ -1,4 +1,4 @@
<h1>Powered by Isshen CMS</h1>
Copyright &copy; 2006-2007 Isshen, LLC. All rights Reserved.<br/>
<h1>Powered by Ansuz</h1>
Ansuz CMS is published under GPLV2<br/>
Written using the Rails framework and various other components, copyright held by original authors.<br/>
Content of this website is held by content owners.
4 changes: 2 additions & 2 deletions app/views/layouts/admin.rhtml
Expand Up @@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<html>
<head>
<title>Isshen CMS: Admin</title>
<title>Ansuz CMS: Admin</title>
<%# stylesheet_link_merged :admin %>
<%# javascript_include_merged :admin %>

Expand All @@ -12,7 +12,7 @@
</head>
<body>
<div class="wrap">
<div id="header">Isshen CMS: Admin&nbsp;&nbsp;&nbsp;Copyright &copy; 2006-2007 Isshen, LLC &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [ Currently Editing: <b><%= current_database %></b> ]</div> <!-- end #header -->
<div id="header">Ansuz CMS: Admin [ Currently Editing: <b><%= current_database %></b> ]</div> <!-- end #header -->
<div id="sidebar">
<div class="sitetree" id="sitetree">
<%= render :partial => "menu/main" %>
Expand Down
4 changes: 2 additions & 2 deletions app/views/layouts/login.rhtml
Expand Up @@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<html>
<head>
<TITLE>Isshen CMS: Admin</TITLE>
<TITLE>Ansuz CMS: Admin</TITLE>
<%= stylesheet_link_tag 'listmatic' %>
<%= stylesheet_link_tag 'admin' %>
<%= javascript_include_tag 'listmatic' %>
Expand All @@ -12,7 +12,7 @@
</head>
<body>
<div class="content">
<center><h2>Isshen CMS: Admin [ <%= current_database %> ]</h2></center>
<center><h2>Ansuz CMS: Admin [ <%= current_database %> ]</h2></center>

<div id="main" class="main login">
<% if flash[:message] -%>
Expand Down

0 comments on commit 2de25d2

Please sign in to comment.