Skip to content

Commit a33f88c

Browse files
committedMay 18, 2013
Smarty 3.1.13 proper install, template system complete overhaul.
1 parent fea7b80 commit a33f88c

File tree

400 files changed

+23915
-14681
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

400 files changed

+23915
-14681
lines changed
 

‎db/schema.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,7 @@ INSERT INTO `site`
898898
('siteseed', MD5(UUID())),
899899
('tandc', '<p>All information within this database is indexed by an automated process, without any human intervention. It is obtained from global Usenet newsgroups over which this site has no control. We cannot prevent that you might find obscene or objectionable material by using this service. If you do come across obscene, incorrect or objectionable results, let us know by using the contact form.</p>'),
900900
('registerstatus', 0),
901-
('style', '/'),
901+
('style', 'Default'),
902902
('home_link', '/'),
903903
('dereferrer_link', ''),
904904
('nzbpath', '/your/path/to/nzbs/'),

‎www/admin/anidb-list.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
$page->smarty->assign('pageroffset',$offset);
2424
$page->smarty->assign('pageritemsperpage',ITEMS_PER_PAGE);
2525
$page->smarty->assign('pagerquerybase', WWW_TOP."/anidb-list.php?".$asearch."&offset=");
26-
$pager = $page->smarty->fetch($page->getCommonTemplate("pager.tpl"));
26+
$pager = $page->smarty->fetch("pager.tpl");
2727
$page->smarty->assign('pager', $pager);
2828

2929
$page->smarty->assign('animetitle',$aname);

0 commit comments

Comments
 (0)
Please sign in to comment.