소스 검색

Allows for dynamic adding of styles to frames

Manuel Gall 3 년 전
부모
커밋
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"]);
+?>