mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 17:28:55 +00:00
24fa162413
[ci skip] [skip ci]
10 lines
273 B
PHP
10 lines
273 B
PHP
<?php
|
|
|
|
$page->title = 'Api';
|
|
$page->meta_title = 'Api Help Topics';
|
|
$page->meta_keywords = 'view,nzb,api,details,help,json,rss,atom';
|
|
$page->meta_description = 'View description of the site Nzb Api.';
|
|
|
|
$page->content = $page->smarty->fetch('apidesc.tpl');
|
|
$page->render();
|