Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
if($TMPL['premium_flag'] == 0) {
$TMPL['p_hide_stats'] = ' style="display: none;"';
}
<div id="stats-tabs2">
<div id="stats-tabs2" {$p_hide_stats}>
if($TMPL['premium_flag'] == 1) {
$TMPL['p_show_stats'] = $this->do_plugin_skin('./plugins/PluginName','stats.html');
}
{$p_show_stats}
<?php
//===========================================================================\\
// VISIOLIST is a proud derivative work of Aardvark Topsites \\
// Copyright (c) 2000-2009 Jeremy Scheff. All rights reserved. \\
//---------------------------------------------------------------------------\\
// http://www.aardvarktopsitesphp.com/ http://www.avatic.com/ \\
//---------------------------------------------------------------------------\\
// This program is free software; you can redistribute it and/or modify it \\
// under the terms of the GNU General Public License as published by the \\
// Free Software Foundation; either version 2 of the License, or (at your \\
// option) any later version. \\
// \\
// This program is distributed in the hope that it will be useful, but \\
// WITHOUT ANY WARRANTY; without even the implied warranty of \\
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General \\
// Public License for more details. \\
//===========================================================================\\
// You must give a name for your Plugin. The other fields are optional.
$pluginname = "Premium";
$author = 'ArmaClans';
$email = 'armaclans@gmail.com';
$url = '#';
$install = 1;
$depend = 'Apache mod_rewrite';
$version = '1.0';
?>
<?php
if($TMPL['premium_flag'] == 1) {
$TMPL['p_show_stats'] = $this->do_plugin_skin('./plugins/Premium','stats.html');
}
?>
<h1>Test</h1>
if($TMPL['premium_flag'] == 1) {
$TMPL['p_show_stats'] = $this->do_plugin_skin('./plugins/OnlyPremium','stats');
}
