ソースを参照

Allows for dynamic adding of styles to frames

Manuel Gall 2 年 前
コミット
c4b5068b65
共有1 個のファイルを変更した4 個の追加0 個の削除を含む
  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"]);
+?>