mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
Fix first batch of notices in omicron and charisma templates.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<div class="header" xmlns="http://www.w3.org/1999/html" xmlns="http://www.w3.org/1999/html"
|
||||
xmlns="http://www.w3.org/1999/html">
|
||||
{assign var="catsplit" value=">"|explode:$catname}
|
||||
<h2>{$catsplit[0]} > <strong>{$catsplit[1]}</strong></h2>
|
||||
<h2>{$catsplit[0]} > <strong>{if isset($catsplit[1])} {$catsplit[1]}{/if}</strong></h2>
|
||||
|
||||
<div class="breadcrumb-wrapper">
|
||||
<ol class="breadcrumb">
|
||||
|
||||
Reference in New Issue
Block a user