dependent extrafont
This commit is contained in:
parent
7b6ff1fa30
commit
3302649c3c
1 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
<?php
|
||||
include_once './_common.php';
|
||||
if (!defined('_GNUBOARD_'))
|
||||
exit;
|
||||
|
||||
$font_sql = "SELECT * FROM {$g5['font_table']} ORDER BY font_name ASC";
|
||||
$font_result = sql_query($font_sql);
|
||||
|
|
|
|||
Loading…
Reference in a new issue