Parcourir la source

Allows for dynamic adding of styles to frames

Manuel Gall il y a 2 ans
Parent
commit
c4b5068b65
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  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"]);
+?>