I need to enter this php code in all the pages, any suggestions?
$memID = $_COOKIE['memberID']; $activo = isProfileActive(); if ($activo){ echo '<link rel="stylesheet" href="templates/base/css/act.css" />'; } else {echo '<link rel="stylesheet" href="templates/base/css/noact.css" />';}