1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-09 20:18:08 +02:00
Files
php-e107/e107_plugins/faqs/e_meta.php

8 lines
136 B
PHP

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