Skip to content

Commit

Permalink
moved update back to index it needs db
Browse files Browse the repository at this point in the history
  • Loading branch information
Praesidiarius committed Jan 31, 2020
1 parent d75c0b8 commit 63d7673
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions module/Application/view/partial/formheader.phtml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?php
?>
<h2><i><?=$this->sTitle?></i></h2>
3 changes: 3 additions & 0 deletions module/Application/view/partial/indexheader.phtml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?php
?>
<h1><i><?=$this->sTitle?></i></h1>

0 comments on commit 63d7673

Please sign in to comment.