YaWK
24.1
Yet another WebKit
|
Go to the source code of this file.
Variables | |
$authorChecked = "" | |
$dateChecked = "" | |
$descCheckbox = "" | |
$frontendIconChecked = "" | |
$permaLinkChecked = "" | |
$previewChecked = "" | |
$spacerChecked = "" | |
$titleCheckedValue = 0 | |
$totalVotesSelectedOff = "" | |
$totalVotesSelectedOn = "" | |
$blog | comments = $blog->getBlogProperty($db, $blog->blogid, "comments") |
$blog | description = $blog->getBlogProperty($db, $blog->blogid, "description") |
if(isset($_POST['setup'])) | else |
foreach (YAWK\sys::getGroups( $db, "blog") as $gid) | |
$blog | frontendIcon = $blog->getBlogProperty($db, $blog->blogid, "frontendIcon") |
$blog | gid = $blog->getBlogProperty($db, $blog->blogid, "gid") |
$blog | icon = $blog->getBlogProperty($db, $blog->blogid, "icon") |
$blog | layout = $blog->getBlogProperty($db, $blog->blogid, "layout") |
$blog | limitEntries = $blog->getBlogProperty($db, $blog->blogid, "limitEntries") |
if(isset($_GET['blogid'])) $blog | name = $blog->getBlogProperty($db, $blog->blogid, "name") |
$blog | permaLink = $blog->getBlogProperty($db, $blog->blogid, "permaLink") |
PHP | |
$blog | preview = $blog->getBlogProperty($db, $blog->blogid, "preview") |
$blog | sequence = $blog->getBlogProperty($db, $blog->blogid, "sequence") |
$blog | showAuthor = $blog->getBlogProperty($db, $blog->blogid, "showauthor") |
$blog | showDate = $blog->getBlogProperty($db, $blog->blogid, "showdate") |
$blog | showDesc = $blog->getBlogProperty($db, $blog->blogid, "showdesc") |
$blog | showTitle = 0 |
$blog | showTotalVotes = $blog->getBlogProperty($db, $blog->blogid, "showTotalVotes") |
$blog | sortation = $blog->getBlogProperty($db, $blog->blogid, "sortation") |
$blog | spacer = $blog->getBlogProperty($db, $blog->blogid, "spacer") |
$blog | voting = $blog->getBlogProperty($db, $blog->blogid, "voting") |
$authorChecked = "" |
Definition at line 175 of file blog-setup.php.
$dateChecked = "" |
Definition at line 169 of file blog-setup.php.
$descCheckbox = "" |
Definition at line 163 of file blog-setup.php.
$frontendIconChecked = "" |
Definition at line 199 of file blog-setup.php.
$permaLinkChecked = "" |
Definition at line 181 of file blog-setup.php.
$previewChecked = "" |
Definition at line 187 of file blog-setup.php.
$spacerChecked = "" |
Definition at line 193 of file blog-setup.php.
$titleCheckedValue = 0 |
Definition at line 157 of file blog-setup.php.
$totalVotesSelectedOff = "" |
Definition at line 277 of file blog-setup.php.
$totalVotesSelectedOn = "" |
Definition at line 276 of file blog-setup.php.
$blog comments = $blog->getBlogProperty($db, $blog->blogid, "comments") |
Definition at line 136 of file blog-setup.php.
$blog description = $blog->getBlogProperty($db, $blog->blogid, "description") |
Definition at line 49 of file blog-setup.php.
Referenced by YAWK\licenses\__construct(), YAWK\licenses\createLicenseText(), YAWK\template\downloadTemplate(), and YAWK\template\loadProperties().
if ( $blog->showTotalVotes=='1') else |
Definition at line 127 of file blog-setup.php.
foreach(YAWK\sys::getGroups($db, "blog") as $gid) | ( | YAWK\sys::getGroups($db, "blog") as | $gid | ) |
Definition at line 537 of file blog-setup.php.
$blog frontendIcon = $blog->getBlogProperty($db, $blog->blogid, "frontendIcon") |
Definition at line 143 of file blog-setup.php.
$blog gid = $blog->getBlogProperty($db, $blog->blogid, "gid") |
Definition at line 139 of file blog-setup.php.
Referenced by YAWK\page\loadProperties(), YAWK\page\loadPropertiesByID(), YAWK\stats\prepareData(), and ready().
$blog icon = $blog->getBlogProperty($db, $blog->blogid, "icon") |
Definition at line 50 of file blog-setup.php.
$blog layout = $blog->getBlogProperty($db, $blog->blogid, "layout") |
Definition at line 138 of file blog-setup.php.
$blog limitEntries = $blog->getBlogProperty($db, $blog->blogid, "limitEntries") |
Definition at line 144 of file blog-setup.php.
Definition at line 48 of file blog-setup.php.
$blog permaLink = $blog->getBlogProperty($db, $blog->blogid, "permaLink") |
Definition at line 137 of file blog-setup.php.
PHP |
Definition at line 556 of file blog-setup.php.
$blog preview = $blog->getBlogProperty($db, $blog->blogid, "preview") |
Definition at line 140 of file blog-setup.php.
$blog sequence = $blog->getBlogProperty($db, $blog->blogid, "sequence") |
Definition at line 134 of file blog-setup.php.
$blog showAuthor = $blog->getBlogProperty($db, $blog->blogid, "showauthor") |
Definition at line 133 of file blog-setup.php.
$blog showDate = $blog->getBlogProperty($db, $blog->blogid, "showdate") |
Definition at line 132 of file blog-setup.php.
$blog showDesc = $blog->getBlogProperty($db, $blog->blogid, "showdesc") |
Definition at line 131 of file blog-setup.php.
$blog showTitle = 0 |
Definition at line 156 of file blog-setup.php.
$blog showTotalVotes = $blog->getBlogProperty($db, $blog->blogid, "showTotalVotes") |
Definition at line 145 of file blog-setup.php.
$blog sortation = $blog->getBlogProperty($db, $blog->blogid, "sortation") |
Definition at line 135 of file blog-setup.php.
$blog spacer = $blog->getBlogProperty($db, $blog->blogid, "spacer") |
Definition at line 142 of file blog-setup.php.
$blog voting = $blog->getBlogProperty($db, $blog->blogid, "voting") |
Definition at line 141 of file blog-setup.php.