1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-22 22:25:31 +02:00

FAQs derived from my original plugin for 0.6/0.7. Work in progress

This commit is contained in:
CaMer0n
2009-11-09 12:57:34 +00:00
parent 6b77edb970
commit 6df8480dc8
13 changed files with 1296 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<?php
if (!defined('e107_INIT')) { exit; }
echo '<link rel="stylesheet" href="'.e_PLUGIN_ABS.'faqs/faqs.css" type="text/css" />';
?>