10 lines
477 B
Smarty
10 lines
477 B
Smarty
{if condition="$html"}
|
|
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
|
|
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css">
|
|
<link rel="stylesheet" href="http://getbootstrap.com/assets/css/docs.min.css">
|
|
{/if}
|
|
{if condition="$web"}
|
|
<link rel="stylesheet" href="{$host/}/static/css/bootstrap.css">
|
|
<link rel="stylesheet" href="{$host/}/static/css/dashboard.css">
|
|
{/if}
|