Changed default chan. Updated github link
This commit is contained in:
@@ -96,6 +96,7 @@ Function print_build($current, $next, $buildNr, $chan)
|
||||
|
||||
function chan_selector($current_chan)
|
||||
{
|
||||
// return;
|
||||
global $CHANS;
|
||||
print '<form method="GET">';
|
||||
print 'Select channel <select name="chan" onchange="this.form.submit()">';
|
||||
@@ -111,7 +112,8 @@ Layout::header();
|
||||
if (isset($_GET["chan"]) && isset($CHANS[$_GET["chan"]])) {
|
||||
$chan = $_GET["chan"];
|
||||
} else {
|
||||
$chan = "SingularityMultiWearable";
|
||||
// $chan = "SingularityMultiWearable";
|
||||
$chan = "SingularityAlpha";
|
||||
}
|
||||
|
||||
$pageSize = 20;
|
||||
|
||||
@@ -83,7 +83,7 @@ class Layout
|
||||
<td class="bottom-links"><a href="http://www.singularityviewer.org/">Singularity Main Site</a></td>
|
||||
<td class="bottom-links"><a href="http://www.singularityviewer.org/about">About</a></td>
|
||||
<td class="bottom-links"><a href="http://code.google.com/p/singularity-viewer/issues/">Issue Tracker</a></td>
|
||||
<td class="bottom-links"><a href="https://github.com/siana/SingularityViewer">Source Tracker</a></td>
|
||||
<td class="bottom-links"><a href="https://github.com/singularity-viewer/SingularityViewer">Source Tracker</a></td>
|
||||
<td width="50%" style="text-align: right;">© 2012 Singularity Viewer Project</td>
|
||||
</tr></table>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user