This repository has been archived on 2024-09-05. You can view files and clone it, but cannot push or open issues or pull requests.
shimmie2/themes/danbooru/page.class.php
shish 18cd6fbd99 danbooru theme work
git-svn-id: file:///home/shish/svn/shimmie2/trunk@348 7f39781d-f577-437e-ae19-be835c7a54ca
2007-07-21 12:11:41 +00:00

9 lines
140 B
PHP

<?php
class Page extends GenericPage {
var $left_enabled = true;
public function disable_left() {
$this->left_enabled = false;
}
}
?>