From 0ccb1243640cd7c728918a79e74a2334558ed505 Mon Sep 17 00:00:00 2001 From: Cameron Date: Sat, 25 May 2013 17:55:35 -0700 Subject: [PATCH] Closes #339 - Admin button on Bootstrap theme no longer hard-coded. --- e107_themes/bootstrap/install/install.xml | 4 +++- e107_themes/bootstrap/theme.php | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/e107_themes/bootstrap/install/install.xml b/e107_themes/bootstrap/install/install.xml index 05977f3ca..2f96f80bf 100644 --- a/e107_themes/bootstrap/install/install.xml +++ b/e107_themes/bootstrap/install/install.xml @@ -9,7 +9,9 @@ 1 Hello World! 0 - +
Go to Admin area ยป
[/html] +]]>
diff --git a/e107_themes/bootstrap/theme.php b/e107_themes/bootstrap/theme.php index adc1cfb43..c48aa2bfb 100644 --- a/e107_themes/bootstrap/theme.php +++ b/e107_themes/bootstrap/theme.php @@ -54,7 +54,6 @@ function tablestyle($caption, $text, $mode='') echo '

'.$caption.'

'.$text.'

-

Go to Admin area »

'; return;