mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Chenge references to newznab tmux into sites title.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
{$site->adbrowse}
|
||||
{/if}
|
||||
<div class="header">
|
||||
<h2>newznab-tmux > <strong>Search</strong></h2>
|
||||
<h2>{$site->title} > <strong>Search</strong></h2>
|
||||
<div class="breadcrumb-wrapper">
|
||||
<ol class="breadcrumb">
|
||||
<li><a href="{$smarty.const.WWW_TOP}{$site->home_link}">Home</a></li>
|
||||
|
||||
@@ -69,7 +69,7 @@
|
||||
<!-- mini logo for sidebar mini 50x50 pixels -->
|
||||
<span class="logo-mini"><b>N</b>Tm</span>
|
||||
<!-- logo for regular state and mobile devices -->
|
||||
<span class="logo-lg"><b>Newznab</b> Tmux</span>
|
||||
<span class="logo-lg"><b>{$site->title}</b></span>
|
||||
</a>
|
||||
<!-- Header Navbar -->
|
||||
<nav class="navbar navbar-static-top" role="navigation">
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
/* ]]> */
|
||||
</script>
|
||||
<meta charset="UTF-8">
|
||||
<title>Newznab Tmux | Password reset</title>
|
||||
<title>{$site->title} | Password reset</title>
|
||||
<meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'>
|
||||
<!-- Bootstrap 3.3.4 -->
|
||||
<link href="{$smarty.const.WWW_TOP}/templates/omicron/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
|
||||
@@ -40,7 +40,7 @@
|
||||
<body class="login-page">
|
||||
<div class="login-box">
|
||||
<div class="login-logo">
|
||||
<a href="{$serverrroot}"><b>Newznab</b>Tmux</a>
|
||||
<a href="{$serverrroot}"><b{$site->title}</b></a>
|
||||
</div><!-- /.login-logo -->
|
||||
<div class="login-box-body">
|
||||
<p class="login-box-msg">Please enter the email address you used to register and we will send an email to reset your password. If you
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
/* ]]> */
|
||||
</script>
|
||||
<meta charset="UTF-8">
|
||||
<title>Newznab Tmux | Log in</title>
|
||||
<title>{$site->title} | Log in</title>
|
||||
<meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'>
|
||||
<!-- Bootstrap 3.3.4 -->
|
||||
<link href="{$smarty.const.WWW_TOP}/templates/omicron/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
|
||||
@@ -36,7 +36,7 @@
|
||||
<body class="login-page">
|
||||
<div class="login-box">
|
||||
<div class="login-logo">
|
||||
<a href="{$serverrroot}"><b>Newznab</b>Tmux</a>
|
||||
<a href="{$serverrroot}"><b>{$site->title}</b></a>
|
||||
</div><!-- /.login-logo -->
|
||||
<div class="login-box-body">
|
||||
<p class="login-box-msg">Please sign in to access the site</p>
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
/* ]]> */
|
||||
</script>
|
||||
<meta charset="UTF-8">
|
||||
<title>Newznab Tmux | Registration Page</title>
|
||||
<title>{$site->title} | Registration Page</title>
|
||||
<meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'>
|
||||
<!-- Bootstrap 3.3.4 -->
|
||||
<link href="{$smarty.const.WWW_TOP}/templates/omicron/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
|
||||
@@ -40,7 +40,7 @@
|
||||
<body class="register-page">
|
||||
<div class="register-box">
|
||||
<div class="register-logo">
|
||||
<a href="{$serverroot}"><b>Newznab</b> Tmux</a>
|
||||
<a href="{$serverroot}"><b>{$site->title}</b></a>
|
||||
</div>
|
||||
<div class="register-box-body">
|
||||
<p class="login-box-msg">Register a new membership</p>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
{$site->adbrowse}
|
||||
{/if}
|
||||
<div class="header">
|
||||
<h2>newznab-tmux > <strong>Search</strong></h2>
|
||||
<h2>{$site->title} > <strong>Search</strong></h2>
|
||||
<div class="breadcrumb-wrapper">
|
||||
<ol class="breadcrumb">
|
||||
<li><a href="{$smarty.const.WWW_TOP}{$site->home_link}">Home</a></li>
|
||||
|
||||
Reference in New Issue
Block a user