diff --git a/www/shownodetype.php3 b/www/shownodetype.php3
index b85e276a0c7bd728405a0f89535639fb578fc61d..e8d3445a717d1c27796415ce97a5e8d16d45b788 100644
--- a/www/shownodetype.php3
+++ b/www/shownodetype.php3
@@ -36,6 +36,9 @@ if (!$CLASSICWEB_OVERRIDE) {
         return;
     }
 }
+else {
+    $classic = 1;
+}
 
 #
 # Anyone can access this info, its a PUBLIC PAGE!
@@ -179,7 +182,8 @@ $query_result =
 if (mysql_num_rows($query_result)) {
     echo "<br>
           <center>
-	  Nodes (<a href=nodecontrol_list.php3?showtype=$node_type>Show details</a>)
+	  Nodes (<a href=nodecontrol_list.php3?showtype=$node_type" .
+          ($classic ? "&classic=1" : "") . ">Show details</a>)
 	  <br>
           <table class=nogrid cellspacing=0 border=0 cellpadding=5>\n";