Merge branch 'master' into issue94_smartyupdate
This commit is contained in:
commit
db6f22f25b
@ -29,9 +29,10 @@ class admin_uploader_default extends AdminPanelAction {
|
|||||||
);
|
);
|
||||||
|
|
||||||
function main() {
|
function main() {
|
||||||
if ($f = sess_remove('admin_uploader_files'))
|
if ($f = sess_remove('admin_uploader_files')) {
|
||||||
$this->smarty->assign('uploaded_files', $f);
|
$this->smarty->assign('uploaded_files', $f);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
function onupload() {
|
function onupload() {
|
||||||
$success = false;
|
$success = false;
|
||||||
@ -97,6 +98,7 @@ class admin_uploader_default extends AdminPanelAction {
|
|||||||
// I've not put BMPs
|
// I've not put BMPs
|
||||||
|
|
||||||
$uploaded_files = array();
|
$uploaded_files = array();
|
||||||
|
$this->smarty->assign('uploaded_files', $uploaded_files);
|
||||||
|
|
||||||
foreach ($_FILES ["upload"] ["error"] as $key => $error) {
|
foreach ($_FILES ["upload"] ["error"] as $key => $error) {
|
||||||
|
|
||||||
|
@ -119,7 +119,7 @@ You can find two [b]static pages[/b] ready to accept your contents:
|
|||||||
|
|
||||||
[h4]Widgets[/h4]
|
[h4]Widgets[/h4]
|
||||||
|
|
||||||
There isn\'t a single fixed element in the sidebar(s). All the elements you can find in the bars sourrounding this text are completely positionable, and most of them are customizable as well. Some themes even provide a panel interface in the admin area.
|
There isn\'t a single fixed element in the sidebar(s). All the elements you can find in the bars surrounding this text are completely positionable, and most of them are customizable as well. Some themes even provide a panel interface in the admin area.
|
||||||
|
|
||||||
These elements are called [b]widgets[/b]. For more on widgets and [url=https://wiki.flatpress.org/doc:tips:widgets]some tips[/url] to get nice effects, take a look at the [url=https://wiki.flatpress.org/]wiki[/url].
|
These elements are called [b]widgets[/b]. For more on widgets and [url=https://wiki.flatpress.org/doc:tips:widgets]some tips[/url] to get nice effects, take a look at the [url=https://wiki.flatpress.org/]wiki[/url].
|
||||||
|
|
||||||
|
@ -123,7 +123,7 @@ We have created some more sample content, to show you some of the FP well hidden
|
|||||||
|
|
||||||
[h4]Widgets[/h4]
|
[h4]Widgets[/h4]
|
||||||
|
|
||||||
There isn\'t a single fixed element in the sidebar(s). All the elements you can find in the bars sourrounding this text are completely positionable, and most of them are customizable as well. Some themes even provide a panel interface in the admin area.
|
There isn\'t a single fixed element in the sidebar(s). All the elements you can find in the bars surrounding this text are completely positionable, and most of them are customizable as well. Some themes even provide a panel interface in the admin area.
|
||||||
|
|
||||||
These elements are called [url=http://wiki.flatpress.org/doc:widgets]widgets[/url].
|
These elements are called [url=http://wiki.flatpress.org/doc:widgets]widgets[/url].
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user