We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bool REQ_TAB
Answers whether request comes from tablet user agent. Mutually exclusive with REQ_DSK and REQ_MOB.
Returns true if request is from desktop, otherwise false.
// serve different CSS, depending on user agent OUT("<link rel=\"stylesheet\" type=\"text/css\" href=\"%s.css\">", REQ_MOB?"mob":"dsk");