Fixed banner dimensions
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
<body>
|
||||
{boardlist[top]}
|
||||
{pm?<div class="top_notice">{pm}</div><hr/>}
|
||||
{config[url_banner]?<img class="banner" src="{config[url_banner]}" alt="" />}
|
||||
{config[url_banner]?<img class="banner" src="{config[url_banner]}" {config[banner_height]?style="width:{config[banner_width]px?{config[banner_width]}px};height:{config[banner_height]}px" }alt="" />}
|
||||
<h1>{board[url]} - {board[name]}</h1>
|
||||
<div class="title">{board[title]?{board[title]}}<p>{mod?<a href="?/">Return to dashboard</a>}</p></div>
|
||||
|
||||
|
Reference in New Issue
Block a user