浏览代码

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"]);
+?>