diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-04-19 15:23:05 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-04-19 15:23:05 +0000 |
| commit | 12714457a39f7aa1383f3e85c2ad10092831d705 (patch) | |
| tree | 8abd6b83049ee01963753c272bf5c66b67bbeed8 /convert_r1_to_r2.sh | |
| parent | f6b73878a15d2ee3089150e37faac9367acb316a (diff) | |
| download | install-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.sh | 3 |
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 ] |
