diff options
| author | spiderr <spider@viovio.com> | 2013-05-02 23:52:48 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-05-02 23:52:48 -0400 |
| commit | 28f28a95368edad5af77fe71fadbfc6881c60393 (patch) | |
| tree | 7299e978ee1f26985a51ad19d9bdb48d3092abe7 /admin | |
| parent | b16f5266e322dacff1d917fb4dbb514d9ca7fa30 (diff) | |
| download | wiki-28f28a95368edad5af77fe71fadbfc6881c60393.tar.gz wiki-28f28a95368edad5af77fe71fadbfc6881c60393.tar.bz2 wiki-28f28a95368edad5af77fe71fadbfc6881c60393.zip | |
remove s5
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/admin_wiki_inc.php | 4 | ||||
| -rw-r--r-- | admin/schema_inc.php | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/admin/admin_wiki_inc.php b/admin/admin_wiki_inc.php index 949002e..8840ff9 100644 --- a/admin/admin_wiki_inc.php +++ b/admin/admin_wiki_inc.php @@ -189,10 +189,6 @@ $formWikiInOut = array( 'label' => 'Use Slideshows', 'note' => 'If a wikipage is plit into a number of pages, this can be viewed as a slideshow, without menus or excess data on the page. can be useful for presentations and the like.', ), - "wiki_uses_s5" => array( - 'label' => 'Use S5 Slideshows', - 'note' => 'Any WikiPage can be turned into a full featured slideshow. Slides are separated at every H1 heading ( ! - wiki syntax ) and can be viewed using Firefox ( requires javascript ) or Opera ( need to press F11 to start the show ). Further information can be found at <a href="http://www.meyerweb.com/eric/tools/s5/">S5</a>', - ), "wiki_multiprint" => array( 'label' => 'Print Multiple Pages', 'note' => 'Allow joining of pages for printing purposes.', diff --git a/admin/schema_inc.php b/admin/schema_inc.php index 7aca52f..589a3de 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -116,7 +116,6 @@ $gBitInstaller->registerPreferences( WIKI_PKG_NAME, array( //array( WIKI_PKG_NAME, 'wiki_undo','n'), //array( WIKI_PKG_NAME, 'wiki_url_import','n'), //array( WIKI_PKG_NAME, 'wiki_user_versions','n'), - //array( WIKI_PKG_NAME, 'wiki_uses_s5','n'), //array( WIKI_PKG_NAME, 'wiki_uses_slides','n'), //array( WIKI_PKG_NAME, 'wiki_usrlock','n'), array( WIKI_PKG_NAME, 'wiki_warn_on_edit_time','2'), |
