mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
init MVC framework refactory #14
This commit is contained in:
parent
c4f5409ffa
commit
a600a08a28
28 changed files with 1235 additions and 925 deletions
4
src/app/view/theme/default/module/search.phtml
Normal file
4
src/app/view/theme/default/module/search.phtml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<form class="margin-t-8" name="search" method="get" action="search">
|
||||
<input type="text" name="query" value="<?php echo $query ?>" placeholder="<?php echo _('search or submit magnet link') ?>" />
|
||||
<input type="submit" value="<?php echo _('submit') ?>" />
|
||||
</form>
|
||||
Loading…
Add table
Add a link
Reference in a new issue