controller,'printers') === 0 or strcmp($this->controller,'scanners') === 0 )
{
echo gtext("compatibility with free software").":";
}
else
{
echo gtext("does it work with free software?");
}
?>
controller,'printers') === 0 or strcmp($this->controller,'scanners') === 0) {
switch ($this->controller)
{
case 'printers':
$fragment = 'Printers';
break;
case 'scanners':
$fragment = 'Scanners';
break;
}
?>
">