public
Fork of halorgium/mephisto
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/technoweenie/mephisto.git
Click here to lend your support to: mephisto and make a donation at www.pledgie.com !
Removing default theme, preparing to use Simpla

git-svn-id: http://svn.techno-weenie.net/projects/mephisto/trunk@2404 
567b1171-46fb-0310-a4c9-b4bef9110e78
Caged (author)
Sun Oct 29 15:15:39 -0800 2006
commit  f801ee6b294b8d3ab13e05b719e43b89c0f0afdd
tree    8fccd545017c7c6a88e7c119984281712c7ca04a
parent  a18ee2e99080c900a8f1ef036462977d1c3ba06b
  • app/views/admin/articles/index.rhtml
  • app/views/admin/design/_sidebar.rhtml
  • lib/mephisto_init.rb
  • themes/default/layouts/layout.liquid
  • themes/default/stylesheets/base.css
  • themes/default/stylesheets/light.css
  • themes/default/templates/archive.liquid
  • themes/default/templates/error.liquid
  • themes/default/templates/home.liquid
  • themes/default/templates/index.liquid
  • themes/default/templates/page.liquid
  • themes/default/templates/search.liquid
  • themes/default/templates/section.liquid
  • themes/default/templates/single.liquid
  • themes/default/templates/tag.liquid
...
54
55
56
 
57
58
59
...
54
55
56
57
58
59
60
0
@@ -54,6 +54,7 @@
0
 </table>
0
 <!-- /end article list -->
0
 
0
+
0
 <!-- begin pagination -->
0
 <div id="pagination">
0
 <% if @article_pages.page_count > 1 -%>
...
1
2
 
3
4
5
...
1
 
2
3
4
5
0
@@ -1,5 +1,5 @@
0
 <% content_for :sidebar do -%>
0
-<h3>Templates</h3>
0
+<h3 id="templates-trigger">Templates</h3>
0
 <p>Modify a template by selecting it from the list below. Add a new layout by creating a Liquid template with an
0
   *_layout suffix (e.g custom_layout).</p>
0
 <ul id="attachments">
...
139
140
141
 
 
 
 
 
 
142
143
...
139
140
141
142
143
144
145
146
147
148
149
0
@@ -139,4 +139,10 @@ class ThemeError < StandardError
0
     @theme = theme
0
     super message
0
   end
0
+end
0
+
0
+Symbol.class_eval do
0
+ def to_liquid
0
+ to_s
0
+ end
0
 end
0
\ No newline at end of file

Comments

    No one has commented yet.