mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
torrent api + swip constants
This commit is contained in:
@@ -9,9 +9,9 @@ begin_main_frame();
|
||||
begin_frame("<span id=\"version\">".$lang_aboutnexus['text_version']."</span>");
|
||||
print ($lang_aboutnexus['text_version_note']);
|
||||
print ("<br /><br /><table class=\"main\" border=\"1\" cellspacing=\"0\" cellpadding=\"5\" align=\"center\">");
|
||||
tr($lang_aboutnexus['text_main_version'],$mainversion_code,1);
|
||||
tr($lang_aboutnexus['text_sub_version'],$subversion_code,1);
|
||||
tr($lang_aboutnexus['text_release_date'],$releasedate_code,1);
|
||||
tr($lang_aboutnexus['text_main_version'],PROJECTNAME,1);
|
||||
tr($lang_aboutnexus['text_sub_version'],VERSION_NUMBER,1);
|
||||
tr($lang_aboutnexus['text_release_date'],RELEASE_DATE,1);
|
||||
print ("</table>");
|
||||
print ("<br /><br />");
|
||||
end_frame();
|
||||
@@ -56,7 +56,7 @@ end_frame();
|
||||
begin_frame("<span id=\"contact\">".$lang_aboutnexus['text_contact'].PROJECTNAME."</span>");
|
||||
print ($lang_aboutnexus['text_contact_note']);
|
||||
print ("<br /><br /><table class=\"main\" border=\"1\" cellspacing=\"0\" cellpadding=\"5\" align=\"center\">");
|
||||
tr($lang_aboutnexus['text_web_site'],$website_code ? $website_code : "N/A",1);
|
||||
tr($lang_aboutnexus['text_web_site'],'<a href="' . NEXUSPHPURL . '" target="_blank">' . NEXUSPHPURL . '</a>',1);
|
||||
print ("</table>");
|
||||
print ("<br /><br />");
|
||||
end_frame();
|
||||
|
||||
Reference in New Issue
Block a user