ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/www/src/contribute.html.php
Revision: 1.2
Committed: Wed Apr 7 18:53:56 2010 UTC (14 years, 2 months ago) by sf-dustfinger
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -0 lines
Log Message:
Fixes the buttons at the top of the contribute page so that they highlight if JavaScript is available.

File Contents

# Content
1 <?php
2
3 $pageJavaScript = "scripts/buttonActivator.script.php";
4 $pageContent = "content/contribute.content.php";
5
6 include "template/template.php";
7 ?>
8
9