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/futaba/page.class.php
shish 2181c233e5 make everything except comment/list less broken
git-svn-id: file:///home/shish/svn/shimmie2/trunk@846 7f39781d-f577-437e-ae19-be835c7a54ca
2008-05-16 21:54:21 +00:00

9 lines
140 B
PHP

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