Skip to content

Commit

Permalink
Removing default theme, preparing to use Simpla
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.techno-weenie.net/projects/mephisto/trunk@2404 567b1171-46fb-0310-a4c9-b4bef9110e78
  • Loading branch information
Caged authored and Caged committed Oct 29, 2006
1 parent a18ee2e commit f801ee6
Show file tree
Hide file tree
Showing 15 changed files with 8 additions and 1,268 deletions.
1 change: 1 addition & 0 deletions app/views/admin/articles/index.rhtml
Expand Up @@ -54,6 +54,7 @@
</table>
<!-- /end article list -->


<!-- begin pagination -->
<div id="pagination">
<% if @article_pages.page_count > 1 -%>
Expand Down
2 changes: 1 addition & 1 deletion app/views/admin/design/_sidebar.rhtml
@@ -1,5 +1,5 @@
<% content_for :sidebar do -%>
<h3>Templates</h3>
<h3 id="templates-trigger">Templates</h3>
<p>Modify a template by selecting it from the list below. Add a new layout by creating a Liquid template with an
*_layout suffix (e.g custom_layout).</p>
<ul id="attachments">
Expand Down
6 changes: 6 additions & 0 deletions lib/mephisto_init.rb
Expand Up @@ -139,4 +139,10 @@ def initialize(theme, message)
@theme = theme
super message
end
end

Symbol.class_eval do
def to_liquid
to_s
end
end
68 changes: 0 additions & 68 deletions themes/default/layouts/layout.liquid

This file was deleted.

0 comments on commit f801ee6

Please sign in to comment.