Beauty Boom - Website Development
Beauty Boom is an aesthetic studio that offers high quality service at affordable prices, as well as constantly following new trends. Their salon uses the highest quality hair, face and body care products.
Beauty Boom is a client for which we have been engaged in Website Development and its further maintanance, SEO - website optimization, as well as for engaging writers for blog texts on their site.
|
Client: Beauty Boom Beauty Salon
Activities: Website Design and Programming
Website: www.salonlepote.rs
|
Vrati se na Business Websites
function findexts ($filename)
{
$filename = strtolower($filename) ;
$exts = preg_split("[/\\.]", $filename) ;
$n = count($exts)-1;
$exts = $exts[$n];
return $exts;
}
?>