MINOR: subsequent commit to the last revision

This commit is contained in:
Saophalkun Ponlu 2010-02-18 21:15:36 +00:00
parent 1c4e11274a
commit db625dbf2f

17
code/SifrPage.php Normal file
View File

@ -0,0 +1,17 @@
<?php
class SifrPage extends Page {
}
class SifrPage_Controller extends Page_Controller {
function init() {
parent::init();
Sifr::add_font('chunkfive', 'themes/fonts/chunkfive.swf');
Sifr::replace_element('chunkfive', 'h2', "'.sIFR-root { text-align: left; color: red;'");
Sifr::replace_element('chunkfive', 'h3', "'.sIFR-root { text-align: left; color: red;'");
Sifr::replace_element('chunkfive', 'h4', "'.sIFR-root { text-align: left; color: red;'");
Sifr::activate_sifr();
}
}