summaryrefslogtreecommitdiff
path: root/convert_r1_to_r2.sh
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-04-19 15:23:05 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-04-19 15:23:05 +0000
commit12714457a39f7aa1383f3e85c2ad10092831d705 (patch)
tree8abd6b83049ee01963753c272bf5c66b67bbeed8 /convert_r1_to_r2.sh
parentf6b73878a15d2ee3089150e37faac9367acb316a (diff)
downloadinstall-12714457a39f7aa1383f3e85c2ad10092831d705.tar.gz
install-12714457a39f7aa1383f3e85c2ad10092831d705.tar.bz2
install-12714457a39f7aa1383f3e85c2ad10092831d705.zip
replace top_bar_position with nexus_top_bar
Diffstat (limited to 'convert_r1_to_r2.sh')
-rw-r--r--convert_r1_to_r2.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/convert_r1_to_r2.sh b/convert_r1_to_r2.sh
index b55327a..051ecd6 100644
--- a/convert_r1_to_r2.sh
+++ b/convert_r1_to_r2.sh
@@ -543,6 +543,9 @@ then
#find . -name "*.tpl" -not -name "upgrade_inc.php" -exec perl -i -wpe 's/\bhelp\b/site_online_help/g' {} \;
#find . -name "*.tpl" -not -name "upgrade_inc.php" -exec perl -i -wpe 's/\bmax_records\b/site_max_records/g' {} \;
#find . -name "*.tpl" -not -name "upgrade_inc.php" -exec perl -i -wpe 's/\blanguage\b/site_language/g' {} \;
+
+ find . -name "*.php" -not -name "upgrade_inc.php" -exec perl -i -wpe 's/\btop_bar_position\b/nexus_top_bar/g' {} \;
+ find . -name "*.tpl" -not -name "upgrade_inc.php" -exec perl -i -wpe 's/\btop_bar_position\b/nexus_top_bar/g' {} \;
fi
if [ $PERMS ]