Where/when is the <link href="App_themes....> added

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
Hello,
Where and when is this line:

<link href="App_Themes/NBlack1.5/styles.css" type="text/css" rel="stylesheet" />

Added to .aspx pages at runtime?

I have this in most pages (ex. account.aspx).

Thx, chris
13 years ago
Hi

take a look at this
http://www.aspnettutorials.com/tutorials/themes/CSS-theme-csharp.aspx

The theme is set on the BaseNopPage.cs in the Controls folder
on my version line 119.

My line looks like
   this.Theme = publicStoreTheme;

John
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.