Skip to content

Commit

Permalink
admin only
Browse files Browse the repository at this point in the history
  • Loading branch information
saturnflyer committed Sep 4, 2008
1 parent c17a2a2 commit cf08ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings_extension.rb
Expand Up @@ -14,7 +14,7 @@ class SettingsExtension < Radiant::Extension

def activate
Radiant::Config.extend ConfigFindAllAsTree
admin.tabs.add "Settings", "/admin/settings", :after => "Layouts" #, :visibility => [:developer]
admin.tabs.add "Settings", "/admin/settings", :after => "Layouts" , :visibility => [:admin, :developer]

Page.class_eval {
include SettingsTags
Expand Down

0 comments on commit cf08ac3

Please sign in to comment.