Is it possible to use include or something simular to include a PHP-file using $media?
... like
@media (min-width: 100px) and (max-width: 319) {
include'small_menue.php';
}
@media (min-width: 320px) and (max-width: 800) {
include'big_menue.php';
}