diff --git a/library.js b/library.js index 9997fce..d5938a7 100644 --- a/library.js +++ b/library.js @@ -76,6 +76,21 @@ library.defineWidgetAreas = function(areas, callback) { name: "Account Header", template: "account/profile.tpl", location: "header" + }, + { + name: "Users Header", + template: "users.tpl", + location: "header" + }, + { + name: "Tags Header", + template: "tags.tpl", + location: "header" + }, + { + name: "Tag Header", + template: "tag.tpl", + location: "header" } ]); diff --git a/templates/tag.tpl b/templates/tag.tpl index 8bd89f8..8ed1763 100644 --- a/templates/tag.tpl +++ b/templates/tag.tpl @@ -1,5 +1,9 @@ - +