how can we use php coding with CSS to set a theme in webpage. for example phpnuke
thanks
Moderators: macek, egami, gesf

<link href="<?php echo $my_css; ?>" rel="stylesheet" rev="stylesheet" type="text/css">
:


<?PHP
$theme="silver"
.......
?><link href="<?=$theme; ?>.css" rel="stylesheet" rev="stylesheet" type="text/css">


sarjanajava wrote:can u give me full coding? thanks
$theme ="silver";
<link href="<?=$theme; ?>.css" rel="stylesheet" rev="stylesheet" type="text/css">

Return to PHP coding => General
Users browsing this forum: No registered users and 1 guest