2010-10-12 18:16:54 -07:00
|
|
|
|
using Orchard.ContentManagement;
|
|
|
|
|
|
|
|
|
|
namespace Orchard.Search.Models {
|
|
|
|
|
/// <summary>
|
2010-10-13 10:46:53 -07:00
|
|
|
|
/// Content part for the search form widget
|
2010-10-12 18:16:54 -07:00
|
|
|
|
/// </summary>
|
|
|
|
|
public class SearchFormPart : ContentPart {
|
|
|
|
|
}
|
|
|
|
|
}
|