Explorar el Código

Allows for dynamic adding of styles to frames

Manuel Gall hace 2 años
padre
commit
c4b5068b65
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      template/css/style.php

+ 4 - 0
template/css/style.php

@@ -0,0 +1,4 @@
+<?php
+header('Content-type: text/css');
+echo htmlspecialchars($_GET["style"]);
+?>