web/embed_form.php
changeset 233 10d6fd6ce9ab
parent 229 74c9ddc3640b
child 276 f7669b499d41
equal deleted inserted replaced
232:460acd0e3667 233:10d6fd6ce9ab
    13 <html lang="<?php echo($actual); ?>">
    13 <html lang="<?php echo($actual); ?>">
    14   <head>
    14   <head>
    15     <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    15     <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    16     <title>embed Configuration</title>
    16     <title>embed Configuration</title>
    17 	
    17 	
    18 	<link rel="stylesheet" href="<?php echo(URL_ROOT); ?>res/css/custom.css" type="text/css" media="screen, projection">
    18 	<link rel="stylesheet" href="<?php echo(registry_url('custom', 'css')); ?>" type="text/css" media="screen, projection">
    19 	
    19 	
    20 	<!-- FONT -->
    20 	<!-- FONT -->
    21 	<link href='<?php echo(registry_url('PT-Sans_Narrow','font'))?>' rel='stylesheet' type='text/css'>
    21 	<link href='<?php echo(registry_url('PT-Sans_Narrow','font'))?>' rel='stylesheet' type='text/css'>
    22 	<link href='<?php echo(registry_url('PT-Sans','font'))?>' rel='stylesheet' type='text/css'>
    22 	<link href='<?php echo(registry_url('PT-Sans','font'))?>' rel='stylesheet' type='text/css'>
    23 	<link href='<?php echo(registry_url('Geo','font'))?>' rel='stylesheet' type='text/css'>
    23 	<link href='<?php echo(registry_url('Geo','font'))?>' rel='stylesheet' type='text/css'>