6 lines
196 B
PHP
6 lines
196 B
PHP
<?php
|
|
function zxd_ctrlcenter_grey(){
|
|
global $zbp;
|
|
$zbp->header .= '<link href="'.$zbp->host.'zb_users/plugin/zxd_ctrlcenter/plugin/grey/grey.css" rel="stylesheet" type="text/css" />
|
|
' . "\r\n";
|
|
} |