Skip to content

Commit cef9658

Browse files
authored
Merge pull request #276 from topcoder-platform/issues-175
Issues-175:updated topcoder theme
2 parents d0f1743 + 2f854fd commit cef9658

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ COPY ./vanilla/. /vanillapp/.
5353
RUN chown application:application /vanillapp/conf/config.php
5454
RUN chmod ug=rwx,o=rx /vanillapp/conf/config.php
5555
# Clone the forum-theme repository
56-
RUN git clone 'https://github.com/topcoder-platform/forums-theme.git' /vanillapp/themes/topcoder-theme
56+
RUN git clone 'https://github.com/topcoder-platform/forums-theme.git' /vanillapp/themes/topcoder

config/vanilla/config.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
$Configuration['Garden']['InputFormatter'] = 'Rich';
6161
$Configuration['Garden']['Version'] = 'Undefined';
6262
$Configuration['Garden']['CanProcessImages'] = true;
63-
$Configuration['Garden']['Theme'] = 'topcoder-theme';
64-
$Configuration['Garden']['MobileTheme'] = 'topcoder-theme';
63+
$Configuration['Garden']['Theme'] = 'topcoder';
64+
$Configuration['Garden']['MobileTheme'] = 'topcoder';
6565
$Configuration['Garden']['Profile']['EditPhotos'] = false;
6666
$Configuration['Garden']['SystemUserID'] = '1';
6767
$Configuration['Garden']['MobileInputFormatter'] = 'Rich';

0 commit comments

Comments
 (0)