diff options
Diffstat (limited to '')
-rw-r--r-- | include/common.inc.php | 1 | ||||
-rw-r--r-- | template/default/htmlfunctions.inc.php | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/include/common.inc.php b/include/common.inc.php index 577917e0d..27b74ae5a 100644 --- a/include/common.inc.php +++ b/include/common.inc.php @@ -210,4 +210,3 @@ if ( $user['is_the_guest'] ) $user['username'] = $lang['guest']; include_once( './template/'.$user['template'].'/htmlfunctions.inc.php' ); define('PREFIX_TABLE', $table_prefix); ?> - diff --git a/template/default/htmlfunctions.inc.php b/template/default/htmlfunctions.inc.php index 81c123ead..9528efd80 100644 --- a/template/default/htmlfunctions.inc.php +++ b/template/default/htmlfunctions.inc.php @@ -259,5 +259,4 @@ function make_radio($name, $value, $selected, $usekeys=false) } return $boxstring; } -?> - +?>
\ No newline at end of file |