Skip to content

Commit

Permalink
Add new forum link to home screen
Browse files Browse the repository at this point in the history
  • Loading branch information
cubehouse committed Apr 21, 2013
1 parent d09f1b6 commit eab9654
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
Binary file added images/comment.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions js/page_home.js
Expand Up @@ -150,6 +150,12 @@ define(["frame", "config", "nav"], function(frame, _config, nav) {
heya.append("<p><strong>Note: </strong>this version of the Item Database drops support for Internet Explorer 8 or lower.</p>");
page.append(heya);

var forum = $("<div>").addClass("span3 home_box thumbnail");
forum.append("<p><strong>Forums</strong></p>");
forum.append("<p style='text-align:center'><i class='az4im comment'></i></p>");
forum.append("<p><a href='http://alphazone4.com/forum/site-feedback-suggestions/new-item-database-feedback/' target='_blank'>Feel free to leave feedback and discuss our new changes on our forum</a></p>")
page.append(forum);

// push page to frame
frame.page.html("<h2>AlphaZone4 Item Database</h2>");

Expand Down
2 changes: 1 addition & 1 deletion spriteBuild.js
Expand Up @@ -5,7 +5,7 @@ require("fs").readdir("images", function(err, images) {
}
var b = new Builder({
outputDirectory: __dirname+'/css/',
outputImage: 'sprite.png',
outputImage: 'sprite_v2.png',
outputCss: 'sprite.css',
selector: '.az4im',
images: images
Expand Down

0 comments on commit eab9654

Please sign in to comment.