class Admin::ItemsController < OrbitAdminController
include OrbitHelper
layout "structure"
def index
@items = Page.all
@parent_pages = []
end