Explorar o código

Allows for dynamic adding of styles to frames

Manuel Gall %!s(int64=2) %!d(string=hai) anos
pai
achega
c4b5068b65
Modificáronse 1 ficheiros con 4 adicións e 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"]);
+?>