diff options
author | Thomas Willingham <founder@kakste.com> | 2013-03-29 20:36:39 +0000 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-03-29 20:36:39 +0000 |
commit | 8741bb20e8314bd324722d81c83802a5e4d02385 (patch) | |
tree | 0509752a99361e30c19c20bc054f3d7416884569 /include | |
parent | fbb4dc69c6789a04f8464afba4ea625feb880731 (diff) | |
download | volse-hubzilla-8741bb20e8314bd324722d81c83802a5e4d02385.tar.gz volse-hubzilla-8741bb20e8314bd324722d81c83802a5e4d02385.tar.bz2 volse-hubzilla-8741bb20e8314bd324722d81c83802a5e4d02385.zip |
Make prettyPhoto a feature, add slideshow for albums.
Diffstat (limited to 'include')
-rw-r--r-- | include/features.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/features.php b/include/features.php index 23e5485e9..14cf891b3 100644 --- a/include/features.php +++ b/include/features.php @@ -22,6 +22,7 @@ function get_features() { array('expire', t('Content Expiration'), t('Remove old posts/comments after a period of time')), array('multi_profiles', t('Multiple Profiles'), t('Ability to create multiple profiles')), array('webpages', t('Web Pages'), t('Provide managed web pages on your channel')), + array('prettyphoto', t('Enhanced Photo Albums'), t('Enable photo album with enhanced features')), array('expert', t('Expert Mode'), t('Enable Expert Mode to provide advanced configuration options')), |