| 1 | $default_widget_templates = [ |
|---|
| 2 | { |
|---|
| 3 | template => 'about_this_page.mtml', |
|---|
| 4 | label => 'About This Page', |
|---|
| 5 | }, |
|---|
| 6 | { |
|---|
| 7 | template => 'archive_widgets_group.mtml', |
|---|
| 8 | label => 'Archive Widgets Group', |
|---|
| 9 | }, |
|---|
| 10 | { |
|---|
| 11 | template => 'author_archive_list.mtml', |
|---|
| 12 | label => 'Author Archives', |
|---|
| 13 | }, |
|---|
| 14 | { |
|---|
| 15 | template => 'current_author_monthly_archive_list.mtml', |
|---|
| 16 | label => 'Current Author Monthly Archives', |
|---|
| 17 | }, |
|---|
| 18 | { |
|---|
| 19 | template => 'calendar.mtml', |
|---|
| 20 | label => 'Calendar', |
|---|
| 21 | }, |
|---|
| 22 | { |
|---|
| 23 | template => 'category_archive_list.mtml', |
|---|
| 24 | label => 'Category Archives', |
|---|
| 25 | }, |
|---|
| 26 | { |
|---|
| 27 | template => 'current_category_monthly_archive_list.mtml', |
|---|
| 28 | label => 'Current Category Monthly Archives', |
|---|
| 29 | }, |
|---|
| 30 | { |
|---|
| 31 | template => 'creative_commons.mtml', |
|---|
| 32 | label => 'Creative Commons', |
|---|
| 33 | }, |
|---|
| 34 | { |
|---|
| 35 | template => 'main_index_widgets_group.mtml', |
|---|
| 36 | label => 'Home Page Widgets Group', |
|---|
| 37 | }, |
|---|
| 38 | { |
|---|
| 39 | template => 'monthly_archive_dropdown.mtml', |
|---|
| 40 | label => 'Monthly Archives Dropdown', |
|---|
| 41 | }, |
|---|
| 42 | { |
|---|
| 43 | template => 'monthly_archive_list.mtml', |
|---|
| 44 | label => 'Monthly Archives', |
|---|
| 45 | }, |
|---|
| 46 | { |
|---|
| 47 | template => 'pages_list.mtml', |
|---|
| 48 | label => 'Page Listing', |
|---|
| 49 | }, |
|---|
| 50 | { |
|---|
| 51 | template => 'recent_assets.mtml', |
|---|
| 52 | label => 'Recent Assets', |
|---|
| 53 | }, |
|---|
| 54 | { |
|---|
| 55 | template => 'powered_by.mtml', |
|---|
| 56 | label => 'Powered By', |
|---|
| 57 | }, |
|---|
| 58 | { |
|---|
| 59 | template => 'recent_comments.mtml', |
|---|
| 60 | label => 'Recent Comments', |
|---|
| 61 | }, |
|---|
| 62 | { |
|---|
| 63 | template => 'recent_entries.mtml', |
|---|
| 64 | label => 'Recent Entries', |
|---|
| 65 | }, |
|---|
| 66 | { |
|---|
| 67 | template => 'search.mtml', |
|---|
| 68 | label => 'Search', |
|---|
| 69 | }, |
|---|
| 70 | { |
|---|
| 71 | template => 'signin.mtml', |
|---|
| 72 | label => 'Sign In', |
|---|
| 73 | }, |
|---|
| 74 | { |
|---|
| 75 | template => 'syndication.mtml', |
|---|
| 76 | label => 'Syndication', |
|---|
| 77 | }, |
|---|
| 78 | { |
|---|
| 79 | template => 'tag_cloud.mtml', |
|---|
| 80 | label => 'Tag Cloud', |
|---|
| 81 | }, |
|---|
| 82 | { |
|---|
| 83 | template => 'technorati_search.mtml', |
|---|
| 84 | label => 'Technorati Search', |
|---|
| 85 | }, |
|---|
| 86 | { |
|---|
| 87 | template => 'date_based_author_archives.mtml', |
|---|
| 88 | label => 'Date-Based Author Archives', |
|---|
| 89 | }, |
|---|
| 90 | { |
|---|
| 91 | template => 'date_based_category_archives.mtml', |
|---|
| 92 | label => 'Date-Based Category Archives', |
|---|
| 93 | } |
|---|
| 94 | ]; |
|---|