first commit
This commit is contained in:
10
templates/Content.php
Normal file
10
templates/Content.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
?>
|
||||
<div id="app-content">
|
||||
<!-- app-content-wrapper is optional, only use if app-content-list -->
|
||||
<div id="app-content-wrapper">
|
||||
<?php print_unescaped($this->inc('contentTable'));?>
|
||||
</div>
|
||||
<div id="ncdownloader-action-links-container"></div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user