Selaa lähdekoodia

Allows for dynamic adding of styles to frames

Manuel Gall 2 vuotta sitten
vanhempi
commit
c4b5068b65
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  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"]);
+?>