You can download the entire X3 theme. It is available here:
http://httpupdate.cpanel.net/cpanels...ASE/x3.tar.bz2
Replace RELEASE in the URL with the name of the branch you are using, if it is not RELEASE. In other words, replace it with STABLE, CURRENT or EDGE if you are using one of those branches.
To download the theme and replace your current X3 theme with it, follow these steps as root:
Code:
# cd /root
# wget http://httpupdate.cpanel.net/cpanelsync/RELEASE/x3.tar.bz2
# cd /usr/local/cpanel/base/frontend/
# mv x3 x3-old-backup
# tar jxvf /root/x3.tar.bz2
The X3 theme will now be restored to its default state. Once you are satisfied that it is working correctly, you an delete /usr/local/cpanel/base/frontend/x3-old-backup.
Remember to replace RELEASE in the wget command if you are not using the RELEASE branch. There may be differences in the theme amongst the branches.