Changeset 3218


Ignore:
Timestamp:
2002-07-05T16:18:40+12:00 (22 years ago)
Author:
jrm21
Message:

Allow the homepage to be displayed in any language, instead of only
English or French. (UNESCO setting).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/pageaction.cpp

    r3128 r3218  
    9393  }
    9494
     95  // for UNESCO ONLY
     96#if 0
    9597  // the following hack resets the language argument to English if
    9698  // attempting to display the homepage in a language other than
     
    98100  // only languages currently supported by the home page
    99101  if (args["p"] == "home" && args["l"] != "en" && args["l"] != "fr") args["l"] = "en";
     102#endif
    100103
    101104  return true;
Note: See TracChangeset for help on using the changeset viewer.