Update look and feel with bootstrap

This commit is contained in:
2011-12-31 19:19:02 +00:00
parent b9f535777b
commit fcd7be1414
17 changed files with 1132 additions and 131 deletions

View File

@@ -29,6 +29,7 @@ class MediaListing_Main extends SihnonFramework_Main {
$this->smarty->registerPlugin('modifier', 'formatDuration', array('MediaListing_Main', 'formatDuration'));
$this->smarty->registerPlugin('modifier', 'formatFilesize', array('MediaListing_Main', 'formatFilesize'));
$this->smarty->assign('title', 'Media Listing');
$this->smarty->assign('version', '0.1');
$this->smarty->assign('messages', array());