- don't commit files that are being ignored, better provide a "template" file that needs copying to the right file and ignore the file that will have local changes like config files will always have. - fixed CHMOD, no need for executable flag here as the server won't execute these files, but only load (read) them - fixed E_NOTICE in boot.php when entrance/index page (no parameter) is being called Signed-off-by: Roland Haeder <roland@mxchange.org>
17 lines
587 B
Smarty
17 lines
587 B
Smarty
<h2>$header</h2>
|
|
|
|
$finding
|
|
|
|
<div id="forum-link"><a href="$forum">$toggle</a></div>
|
|
<div id="alpha-link"><a href="$alink">$alpha</a></div>
|
|
|
|
|
|
<div id="directory-search-wrapper">
|
|
<form id="directory-search-form" action="directory$args" method="get" >
|
|
<input type="text" name="search" id="directory-search" class="search-input" onfocus="this.select();" value="$search" />
|
|
<input type="submit" name="submit" id="directory-search-submit" value="$submit" />
|
|
<input type="submit" name="submit" id="directory-search-clear" value="$clear" />
|
|
</form>
|
|
</div>
|
|
<div id="directory-search-end"></div>
|
|
|