Remove bad references to NewBlog
This commit is contained in:
		
							parent
							
								
									212730fd8a
								
							
						
					
					
						commit
						172d3d7847
					
				| 
						 | 
				
			
			@ -2,7 +2,7 @@ class Panel::Announcement::FrontEnd::BulletinsController < OrbitWidgetController
 | 
			
		|||
  
 | 
			
		||||
  def initialize
 | 
			
		||||
    super
 | 
			
		||||
    @app_title = NewBlog::MOUDLEAPP_TITLE
 | 
			
		||||
    @app_title = 'announcement'
 | 
			
		||||
  end
 | 
			
		||||
  
 | 
			
		||||
  # GET /bulletins
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -2,7 +2,7 @@ class Panel::Announcement::Widget::BulletinsController < OrbitWidgetController
 | 
			
		|||
 | 
			
		||||
  def initialize
 | 
			
		||||
    super
 | 
			
		||||
    @app_title = NewBlog::MOUDLEAPP_TITLE
 | 
			
		||||
    @app_title = 'announcement'
 | 
			
		||||
  end
 | 
			
		||||
  
 | 
			
		||||
  # GET /bulletins
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -2,7 +2,7 @@ class Panel::PageContent::FrontEnd::PageContextsController < OrbitWidgetControll
 | 
			
		|||
  
 | 
			
		||||
  def initialize
 | 
			
		||||
    super
 | 
			
		||||
    @app_title = NewBlog::MOUDLEAPP_TITLE
 | 
			
		||||
    @app_title = 'page_content'
 | 
			
		||||
  end
 | 
			
		||||
 | 
			
		||||
  def index
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -2,7 +2,7 @@ class Panel::WebResource::FrontEnd::WebLinksController < OrbitWidgetController
 | 
			
		|||
  
 | 
			
		||||
  def initialize
 | 
			
		||||
    super
 | 
			
		||||
    @app_title = NewBlog::MOUDLEAPP_TITLE
 | 
			
		||||
    @app_title = 'web_resource'
 | 
			
		||||
  end
 | 
			
		||||
  
 | 
			
		||||
  # GET /web_links
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -2,7 +2,7 @@ class Panel::WebResource::Widget::WebLinksController < OrbitWidgetController
 | 
			
		|||
 | 
			
		||||
  def initialize
 | 
			
		||||
    super
 | 
			
		||||
    @app_title = NewBlog::MOUDLEAPP_TITLE
 | 
			
		||||
    @app_title = 'web_resource'
 | 
			
		||||
  end
 | 
			
		||||
  
 | 
			
		||||
  # GET /web_links
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in New Issue