This commit is contained in:
Shadow
2014-05-12 08:43:32 +03:00
parent 7cfa82a18d
commit e337ac2b4d
93 changed files with 2105 additions and 1957 deletions
+3 -3
View File
@@ -6,7 +6,7 @@
}
?>
">Own artefacts</a>
"><?php echo OWN_ARTIFACTS; ?></a>
| <a href="build.php?id=<?php echo $id; ?>&t=2" <?php
@@ -14,12 +14,12 @@
echo "class=\"selected\"";
}
?>">Small artefacts</a>
?>"><?php echo SMALL_ARTIFACTS; ?></a>
| <a href="build.php?id=<?php echo $id; ?>&t=3" <?php
if(isset($_GET['t']) && $_GET['t'] == 3) {
echo "class=\"selected\"";
}
?>">Large artefacts</a>
?>"><?php echo LARGE_ARTIFACTS; ?></a>
</div>