getToken(); $_SESSION['token'] = $token; if(isset($_GET['cat'])) { $cat = (int) $_GET['cat']; } if(isset($_GET['articleid'])) { $articleid = (int) $_GET['articleid']; } if(isset($_GET['page'])) { $page = (int) $_GET['page']; } else { $page = 1; } $baseurl = $shop->getbase(); ?> getmeta("../server/config/site.conf.json"); ?>

Articles

getpagelist($json,'articles'); $num = count($pagelist); if($num >=1) { foreach($pagelist as $row) { if(isset($articleid) >=1) { if($row['article.id'] == $articleid && $row['article.status'] == 1) { ?>
30) { echo ''; } ?>

cleaninput($row['article.title']);?>

By '.$sanitizer->cleaninput($row['article.handle']).''; } elseif(isset($row['article.author']) != '') { echo 'By '.$sanitizer->cleaninput($row['article.author']).''; } else {} ?> cleaninput($row['article.published']);?>
format($row['article.long.text']);?>
30) { echo ''; } ?>

cleaninput($row['article.title']);?>

By '.$sanitizer->cleaninput($row['article.handle']).''; } elseif($row['article.author'] != '') { echo 'By '.$sanitizer->cleaninput($row['article.author']).''; } else {} ?> cleaninput($row['article.published']);?>
cleaninput($row['article.short.text']);?>