diff options
| author | bitweaver.org <bitweaver@users.sourceforge.net> | 2005-06-19 04:55:51 +0000 |
|---|---|---|
| committer | bitweaver.org <bitweaver@users.sourceforge.net> | 2005-06-19 04:55:51 +0000 |
| commit | 9263d2df0226a118f4add4664d746a266ce5aa78 (patch) | |
| tree | 7bc560ee5a4111a80f7b4ecd23afe53278cfd352 /attachment_browser.php | |
| download | liberty-9263d2df0226a118f4add4664d746a266ce5aa78.tar.gz liberty-9263d2df0226a118f4add4664d746a266ce5aa78.tar.bz2 liberty-9263d2df0226a118f4add4664d746a266ce5aa78.zip | |
IMPORT TikiPro CLYDE FINAL
Diffstat (limited to 'attachment_browser.php')
| -rw-r--r-- | attachment_browser.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/attachment_browser.php b/attachment_browser.php new file mode 100644 index 0000000..0ada330 --- /dev/null +++ b/attachment_browser.php @@ -0,0 +1,14 @@ +<?php +include("../bit_setup_inc.php"); + +$userAttachments = $gBitUser->getUserAttachments(); +$smarty->assign('userAttachments', $userAttachments); +if (empty($gBitLoc['styleSheet'])) { + $gBitLoc['styleSheet'] = $gBitSystem->getStyleCss(); +} +$gBitLoc['browserStyleSheet'] = $gBitSystem->getBrowserStyleCss(); +$gBitLoc['customStyleSheet'] = $gBitSystem->getCustomStyleCss(); +$gBitLoc['THEMES_STYLE_URL'] = $gBitSystem->getStyleUrl(); +//vd($userAttachments); +$smarty->display('bitpackage:liberty/attachment_browser.tpl'); +?> |
