Quellcode durchsuchen

Allows for dynamic adding of styles to frames

Manuel Gall vor 2 Jahren
Ursprung
Commit
c4b5068b65
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  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"]);
+?>