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 !
add setting for current_theme_path

git-svn-id: http://svn.techno-weenie.net/projects/mephisto/trunk@2418 
567b1171-46fb-0310-a4c9-b4bef9110e78
technoweenie (author)
Sun Oct 29 21:23:49 -0800 2006
commit  53a57a0a87ae9f11b919f5ff66991104b9a9c3ae
tree    81de2aee1e4877678844a3ec195695b92cb035aa
parent  222bfb6cc7599a669e134280b4f573a2586ad72a
...
29
30
31
 
 
 
 
 
32
33
34
...
29
30
31
32
33
34
35
36
37
38
39
0
@@ -29,6 +29,11 @@
0
     <dd><%= f.text_field :email %></dd>
0
     <dt><label for="site_timezone">Website Timezone</label></dt>
0
     <dd><%= select_tag 'site_timezone', options_for_select(['UTC'] + TZInfo::Timezone.all.map{|tz| [tz.to_s, tz.name]}.sort, @site.timezone.name), :name => 'site[timezone]' %></dd>
0
+ <dt>
0
+ <label for="site_current_theme_path">Current Theme Path</label>
0
+ <span class="hint">This is the path to the current template in /themes/site-<%= site.id %>. Be careful with this setting!</span>
0
+ </dt>
0
+ <dd><%= f.text_field :current_theme_path %></dd>
0
   </dl>
0
 </div>
0
 

Comments

    No one has commented yet.