equal
deleted
inserted
replaced
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'> |