summaryrefslogtreecommitdiff
path: root/includes/template_end.php
blob: 64b593111f7ba09378997b388a600fea2cbcf8ff (plain)
1
2
3
4
5
<?php

$__mobile = include __DIR__ . "/mobile-detect.php";

include __DIR__ . "/" . ($__mobile ? "mobile" : "desktop") . "/template_end.php";